gles.gl32

Undocumented in source.

Members

Aliases

GLDEBUGPROC
alias GLDEBUGPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* message, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLbitfield
alias GLbitfield = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLboolean
alias GLboolean = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLbyte
alias GLbyte = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLchar
alias GLchar = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLclampf
alias GLclampf = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLenum
alias GLenum = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLfixed
alias GLfixed = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLfloat
alias GLfloat = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLhalf
alias GLhalf = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLint
alias GLint = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLint64
alias GLint64 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLintptr
alias GLintptr = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLshort
alias GLshort = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLsizei
alias GLsizei = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLsizeiptr
alias GLsizeiptr = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLsync
alias GLsync = __GLsync*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLubyte
alias GLubyte = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLuint
alias GLuint = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLuint64
alias GLuint64 = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLushort
alias GLushort = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GLvoid
alias GLvoid = void
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLACTIVESHADERPROGRAMPROC
alias PFNGLACTIVESHADERPROGRAMPROC = void function(GLuint pipeline, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLACTIVETEXTUREPROC
alias PFNGLACTIVETEXTUREPROC = void function(GLenum texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLATTACHSHADERPROC
alias PFNGLATTACHSHADERPROC = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBEGINQUERYPROC
alias PFNGLBEGINQUERYPROC = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBEGINTRANSFORMFEEDBACKPROC
alias PFNGLBEGINTRANSFORMFEEDBACKPROC = void function(GLenum primitiveMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDATTRIBLOCATIONPROC
alias PFNGLBINDATTRIBLOCATIONPROC = void function(GLuint program, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDBUFFERBASEPROC
alias PFNGLBINDBUFFERBASEPROC = void function(GLenum target, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDBUFFERPROC
alias PFNGLBINDBUFFERPROC = void function(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDBUFFERRANGEPROC
alias PFNGLBINDBUFFERRANGEPROC = void function(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDFRAMEBUFFERPROC
alias PFNGLBINDFRAMEBUFFERPROC = void function(GLenum target, GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDIMAGETEXTUREPROC
alias PFNGLBINDIMAGETEXTUREPROC = void function(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDPROGRAMPIPELINEPROC
alias PFNGLBINDPROGRAMPIPELINEPROC = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDRENDERBUFFERPROC
alias PFNGLBINDRENDERBUFFERPROC = void function(GLenum target, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDSAMPLERPROC
alias PFNGLBINDSAMPLERPROC = void function(GLuint unit, GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDTEXTUREPROC
alias PFNGLBINDTEXTUREPROC = void function(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDTRANSFORMFEEDBACKPROC
alias PFNGLBINDTRANSFORMFEEDBACKPROC = void function(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDVERTEXARRAYPROC
alias PFNGLBINDVERTEXARRAYPROC = void function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBINDVERTEXBUFFERPROC
alias PFNGLBINDVERTEXBUFFERPROC = void function(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDBARRIERPROC
alias PFNGLBLENDBARRIERPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDCOLORPROC
alias PFNGLBLENDCOLORPROC = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDEQUATIONIPROC
alias PFNGLBLENDEQUATIONIPROC = void function(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDEQUATIONPROC
alias PFNGLBLENDEQUATIONPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDEQUATIONSEPARATEIPROC
alias PFNGLBLENDEQUATIONSEPARATEIPROC = void function(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDEQUATIONSEPARATEPROC
alias PFNGLBLENDEQUATIONSEPARATEPROC = void function(GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDFUNCIPROC
alias PFNGLBLENDFUNCIPROC = void function(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDFUNCPROC
alias PFNGLBLENDFUNCPROC = void function(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDFUNCSEPARATEIPROC
alias PFNGLBLENDFUNCSEPARATEIPROC = void function(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLENDFUNCSEPARATEPROC
alias PFNGLBLENDFUNCSEPARATEPROC = void function(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBLITFRAMEBUFFERPROC
alias PFNGLBLITFRAMEBUFFERPROC = void function(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBUFFERDATAPROC
alias PFNGLBUFFERDATAPROC = void function(GLenum target, GLsizeiptr size, const(void)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLBUFFERSUBDATAPROC
alias PFNGLBUFFERSUBDATAPROC = void function(GLenum target, GLintptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCHECKFRAMEBUFFERSTATUSPROC
alias PFNGLCHECKFRAMEBUFFERSTATUSPROC = uint function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARBUFFERFIPROC
alias PFNGLCLEARBUFFERFIPROC = void function(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARBUFFERFVPROC
alias PFNGLCLEARBUFFERFVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARBUFFERIVPROC
alias PFNGLCLEARBUFFERIVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARBUFFERUIVPROC
alias PFNGLCLEARBUFFERUIVPROC = void function(GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARCOLORPROC
alias PFNGLCLEARCOLORPROC = void function(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARDEPTHFPROC
alias PFNGLCLEARDEPTHFPROC = void function(GLfloat d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARPROC
alias PFNGLCLEARPROC = void function(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLEARSTENCILPROC
alias PFNGLCLEARSTENCILPROC = void function(GLint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCLIENTWAITSYNCPROC
alias PFNGLCLIENTWAITSYNCPROC = uint function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOLORMASKIPROC
alias PFNGLCOLORMASKIPROC = void function(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOLORMASKPROC
alias PFNGLCOLORMASKPROC = void function(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOMPILESHADERPROC
alias PFNGLCOMPILESHADERPROC = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOMPRESSEDTEXIMAGE2DPROC
alias PFNGLCOMPRESSEDTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOMPRESSEDTEXIMAGE3DPROC
alias PFNGLCOMPRESSEDTEXIMAGE3DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC
alias PFNGLCOMPRESSEDTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC
alias PFNGLCOMPRESSEDTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOPYBUFFERSUBDATAPROC
alias PFNGLCOPYBUFFERSUBDATAPROC = void function(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOPYIMAGESUBDATAPROC
alias PFNGLCOPYIMAGESUBDATAPROC = void function(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOPYTEXIMAGE2DPROC
alias PFNGLCOPYTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOPYTEXSUBIMAGE2DPROC
alias PFNGLCOPYTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCOPYTEXSUBIMAGE3DPROC
alias PFNGLCOPYTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCREATEPROGRAMPROC
alias PFNGLCREATEPROGRAMPROC = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCREATESHADERPROC
alias PFNGLCREATESHADERPROC = uint function(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCREATESHADERPROGRAMVPROC
alias PFNGLCREATESHADERPROGRAMVPROC = uint function(GLenum type, GLsizei count, const(GLchar*)* strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLCULLFACEPROC
alias PFNGLCULLFACEPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEBUGMESSAGECALLBACKPROC
alias PFNGLDEBUGMESSAGECALLBACKPROC = void function(GLDEBUGPROC callback, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEBUGMESSAGECONTROLPROC
alias PFNGLDEBUGMESSAGECONTROLPROC = void function(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEBUGMESSAGEINSERTPROC
alias PFNGLDEBUGMESSAGEINSERTPROC = void function(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEBUFFERSPROC
alias PFNGLDELETEBUFFERSPROC = void function(GLsizei n, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEFRAMEBUFFERSPROC
alias PFNGLDELETEFRAMEBUFFERSPROC = void function(GLsizei n, const(GLuint)* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEPROGRAMPIPELINESPROC
alias PFNGLDELETEPROGRAMPIPELINESPROC = void function(GLsizei n, const(GLuint)* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEPROGRAMPROC
alias PFNGLDELETEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEQUERIESPROC
alias PFNGLDELETEQUERIESPROC = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETERENDERBUFFERSPROC
alias PFNGLDELETERENDERBUFFERSPROC = void function(GLsizei n, const(GLuint)* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETESAMPLERSPROC
alias PFNGLDELETESAMPLERSPROC = void function(GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETESHADERPROC
alias PFNGLDELETESHADERPROC = void function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETESYNCPROC
alias PFNGLDELETESYNCPROC = void function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETETEXTURESPROC
alias PFNGLDELETETEXTURESPROC = void function(GLsizei n, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETETRANSFORMFEEDBACKSPROC
alias PFNGLDELETETRANSFORMFEEDBACKSPROC = void function(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDELETEVERTEXARRAYSPROC
alias PFNGLDELETEVERTEXARRAYSPROC = void function(GLsizei n, const(GLuint)* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEPTHFUNCPROC
alias PFNGLDEPTHFUNCPROC = void function(GLenum func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEPTHMASKPROC
alias PFNGLDEPTHMASKPROC = void function(GLboolean flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDEPTHRANGEFPROC
alias PFNGLDEPTHRANGEFPROC = void function(GLfloat n, GLfloat f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDETACHSHADERPROC
alias PFNGLDETACHSHADERPROC = void function(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDISABLEIPROC
alias PFNGLDISABLEIPROC = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDISABLEPROC
alias PFNGLDISABLEPROC = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDISABLEVERTEXATTRIBARRAYPROC
alias PFNGLDISABLEVERTEXATTRIBARRAYPROC = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDISPATCHCOMPUTEINDIRECTPROC
alias PFNGLDISPATCHCOMPUTEINDIRECTPROC = void function(GLintptr indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDISPATCHCOMPUTEPROC
alias PFNGLDISPATCHCOMPUTEPROC = void function(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWARRAYSINDIRECTPROC
alias PFNGLDRAWARRAYSINDIRECTPROC = void function(GLenum mode, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWARRAYSINSTANCEDPROC
alias PFNGLDRAWARRAYSINSTANCEDPROC = void function(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWARRAYSPROC
alias PFNGLDRAWARRAYSPROC = void function(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWBUFFERSPROC
alias PFNGLDRAWBUFFERSPROC = void function(GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWELEMENTSBASEVERTEXPROC
alias PFNGLDRAWELEMENTSBASEVERTEXPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWELEMENTSINDIRECTPROC
alias PFNGLDRAWELEMENTSINDIRECTPROC = void function(GLenum mode, GLenum type, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC
alias PFNGLDRAWELEMENTSINSTANCEDBASEVERTEXPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWELEMENTSINSTANCEDPROC
alias PFNGLDRAWELEMENTSINSTANCEDPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWELEMENTSPROC
alias PFNGLDRAWELEMENTSPROC = void function(GLenum mode, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC
alias PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLDRAWRANGEELEMENTSPROC
alias PFNGLDRAWRANGEELEMENTSPROC = void function(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLENABLEIPROC
alias PFNGLENABLEIPROC = void function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLENABLEPROC
alias PFNGLENABLEPROC = void function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLENABLEVERTEXATTRIBARRAYPROC
alias PFNGLENABLEVERTEXATTRIBARRAYPROC = void function(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLENDQUERYPROC
alias PFNGLENDQUERYPROC = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLENDTRANSFORMFEEDBACKPROC
alias PFNGLENDTRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFENCESYNCPROC
alias PFNGLFENCESYNCPROC = __GLsync* function(GLenum condition, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFINISHPROC
alias PFNGLFINISHPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFLUSHMAPPEDBUFFERRANGEPROC
alias PFNGLFLUSHMAPPEDBUFFERRANGEPROC = void function(GLenum target, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFLUSHPROC
alias PFNGLFLUSHPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRAMEBUFFERPARAMETERIPROC
alias PFNGLFRAMEBUFFERPARAMETERIPROC = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRAMEBUFFERRENDERBUFFERPROC
alias PFNGLFRAMEBUFFERRENDERBUFFERPROC = void function(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRAMEBUFFERTEXTURE2DPROC
alias PFNGLFRAMEBUFFERTEXTURE2DPROC = void function(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRAMEBUFFERTEXTURELAYERPROC
alias PFNGLFRAMEBUFFERTEXTURELAYERPROC = void function(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRAMEBUFFERTEXTUREPROC
alias PFNGLFRAMEBUFFERTEXTUREPROC = void function(GLenum target, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLFRONTFACEPROC
alias PFNGLFRONTFACEPROC = void function(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENBUFFERSPROC
alias PFNGLGENBUFFERSPROC = void function(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENERATEMIPMAPPROC
alias PFNGLGENERATEMIPMAPPROC = void function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENFRAMEBUFFERSPROC
alias PFNGLGENFRAMEBUFFERSPROC = void function(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENPROGRAMPIPELINESPROC
alias PFNGLGENPROGRAMPIPELINESPROC = void function(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENQUERIESPROC
alias PFNGLGENQUERIESPROC = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENRENDERBUFFERSPROC
alias PFNGLGENRENDERBUFFERSPROC = void function(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENSAMPLERSPROC
alias PFNGLGENSAMPLERSPROC = void function(GLsizei count, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENTEXTURESPROC
alias PFNGLGENTEXTURESPROC = void function(GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENTRANSFORMFEEDBACKSPROC
alias PFNGLGENTRANSFORMFEEDBACKSPROC = void function(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGENVERTEXARRAYSPROC
alias PFNGLGENVERTEXARRAYSPROC = void function(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETACTIVEATTRIBPROC
alias PFNGLGETACTIVEATTRIBPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETACTIVEUNIFORMBLOCKIVPROC
alias PFNGLGETACTIVEUNIFORMBLOCKIVPROC = void function(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC
alias PFNGLGETACTIVEUNIFORMBLOCKNAMEPROC = void function(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETACTIVEUNIFORMPROC
alias PFNGLGETACTIVEUNIFORMPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETACTIVEUNIFORMSIVPROC
alias PFNGLGETACTIVEUNIFORMSIVPROC = void function(GLuint program, GLsizei uniformCount, const(GLuint)* uniformIndices, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETATTACHEDSHADERSPROC
alias PFNGLGETATTACHEDSHADERSPROC = void function(GLuint program, GLsizei maxCount, GLsizei* count, GLuint* shaders)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETATTRIBLOCATIONPROC
alias PFNGLGETATTRIBLOCATIONPROC = int function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETBOOLEANI_VPROC
alias PFNGLGETBOOLEANI_VPROC = void function(GLenum target, GLuint index, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETBOOLEANVPROC
alias PFNGLGETBOOLEANVPROC = void function(GLenum pname, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETBUFFERPARAMETERI64VPROC
alias PFNGLGETBUFFERPARAMETERI64VPROC = void function(GLenum target, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETBUFFERPARAMETERIVPROC
alias PFNGLGETBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETBUFFERPOINTERVPROC
alias PFNGLGETBUFFERPOINTERVPROC = void function(GLenum target, GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETDEBUGMESSAGELOGPROC
alias PFNGLGETDEBUGMESSAGELOGPROC = uint function(GLuint count, GLsizei bufSize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETERRORPROC
alias PFNGLGETERRORPROC = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETFLOATVPROC
alias PFNGLGETFLOATVPROC = void function(GLenum pname, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETFRAGDATALOCATIONPROC
alias PFNGLGETFRAGDATALOCATIONPROC = int function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC
alias PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVPROC = void function(GLenum target, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETFRAMEBUFFERPARAMETERIVPROC
alias PFNGLGETFRAMEBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETGRAPHICSRESETSTATUSPROC
alias PFNGLGETGRAPHICSRESETSTATUSPROC = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETINTEGER64I_VPROC
alias PFNGLGETINTEGER64I_VPROC = void function(GLenum target, GLuint index, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETINTEGER64VPROC
alias PFNGLGETINTEGER64VPROC = void function(GLenum pname, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETINTEGERI_VPROC
alias PFNGLGETINTEGERI_VPROC = void function(GLenum target, GLuint index, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETINTEGERVPROC
alias PFNGLGETINTEGERVPROC = void function(GLenum pname, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETINTERNALFORMATIVPROC
alias PFNGLGETINTERNALFORMATIVPROC = void function(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETMULTISAMPLEFVPROC
alias PFNGLGETMULTISAMPLEFVPROC = void function(GLenum pname, GLuint index, GLfloat* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETNUNIFORMFVPROC
alias PFNGLGETNUNIFORMFVPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETNUNIFORMIVPROC
alias PFNGLGETNUNIFORMIVPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETNUNIFORMUIVPROC
alias PFNGLGETNUNIFORMUIVPROC = void function(GLuint program, GLint location, GLsizei bufSize, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETOBJECTLABELPROC
alias PFNGLGETOBJECTLABELPROC = void function(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETOBJECTPTRLABELPROC
alias PFNGLGETOBJECTPTRLABELPROC = void function(const(void)* ptr, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPOINTERVPROC
alias PFNGLGETPOINTERVPROC = void function(GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMBINARYPROC
alias PFNGLGETPROGRAMBINARYPROC = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMINFOLOGPROC
alias PFNGLGETPROGRAMINFOLOGPROC = void function(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMINTERFACEIVPROC
alias PFNGLGETPROGRAMINTERFACEIVPROC = void function(GLuint program, GLenum programInterface, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMIVPROC
alias PFNGLGETPROGRAMIVPROC = void function(GLuint program, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMPIPELINEINFOLOGPROC
alias PFNGLGETPROGRAMPIPELINEINFOLOGPROC = void function(GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMPIPELINEIVPROC
alias PFNGLGETPROGRAMPIPELINEIVPROC = void function(GLuint pipeline, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMRESOURCEINDEXPROC
alias PFNGLGETPROGRAMRESOURCEINDEXPROC = uint function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMRESOURCEIVPROC
alias PFNGLGETPROGRAMRESOURCEIVPROC = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const(GLenum)* props, GLsizei bufSize, GLsizei* length, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMRESOURCELOCATIONPROC
alias PFNGLGETPROGRAMRESOURCELOCATIONPROC = int function(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETPROGRAMRESOURCENAMEPROC
alias PFNGLGETPROGRAMRESOURCENAMEPROC = void function(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETQUERYIVPROC
alias PFNGLGETQUERYIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETQUERYOBJECTUIVPROC
alias PFNGLGETQUERYOBJECTUIVPROC = void function(GLuint id, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETRENDERBUFFERPARAMETERIVPROC
alias PFNGLGETRENDERBUFFERPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSAMPLERPARAMETERFVPROC
alias PFNGLGETSAMPLERPARAMETERFVPROC = void function(GLuint sampler, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSAMPLERPARAMETERIIVPROC
alias PFNGLGETSAMPLERPARAMETERIIVPROC = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSAMPLERPARAMETERIUIVPROC
alias PFNGLGETSAMPLERPARAMETERIUIVPROC = void function(GLuint sampler, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSAMPLERPARAMETERIVPROC
alias PFNGLGETSAMPLERPARAMETERIVPROC = void function(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSHADERINFOLOGPROC
alias PFNGLGETSHADERINFOLOGPROC = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSHADERIVPROC
alias PFNGLGETSHADERIVPROC = void function(GLuint shader, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSHADERPRECISIONFORMATPROC
alias PFNGLGETSHADERPRECISIONFORMATPROC = void function(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSHADERSOURCEPROC
alias PFNGLGETSHADERSOURCEPROC = void function(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSTRINGIPROC
alias PFNGLGETSTRINGIPROC = const(ubyte)* function(GLenum name, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSTRINGPROC
alias PFNGLGETSTRINGPROC = const(ubyte)* function(GLenum name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETSYNCIVPROC
alias PFNGLGETSYNCIVPROC = void function(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXLEVELPARAMETERFVPROC
alias PFNGLGETTEXLEVELPARAMETERFVPROC = void function(GLenum target, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXLEVELPARAMETERIVPROC
alias PFNGLGETTEXLEVELPARAMETERIVPROC = void function(GLenum target, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXPARAMETERFVPROC
alias PFNGLGETTEXPARAMETERFVPROC = void function(GLenum target, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXPARAMETERIIVPROC
alias PFNGLGETTEXPARAMETERIIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXPARAMETERIUIVPROC
alias PFNGLGETTEXPARAMETERIUIVPROC = void function(GLenum target, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTEXPARAMETERIVPROC
alias PFNGLGETTEXPARAMETERIVPROC = void function(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETTRANSFORMFEEDBACKVARYINGPROC
alias PFNGLGETTRANSFORMFEEDBACKVARYINGPROC = void function(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMBLOCKINDEXPROC
alias PFNGLGETUNIFORMBLOCKINDEXPROC = uint function(GLuint program, const(GLchar)* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMFVPROC
alias PFNGLGETUNIFORMFVPROC = void function(GLuint program, GLint location, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMINDICESPROC
alias PFNGLGETUNIFORMINDICESPROC = void function(GLuint program, GLsizei uniformCount, const(GLchar*)* uniformNames, GLuint* uniformIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMIVPROC
alias PFNGLGETUNIFORMIVPROC = void function(GLuint program, GLint location, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMLOCATIONPROC
alias PFNGLGETUNIFORMLOCATIONPROC = int function(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETUNIFORMUIVPROC
alias PFNGLGETUNIFORMUIVPROC = void function(GLuint program, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETVERTEXATTRIBFVPROC
alias PFNGLGETVERTEXATTRIBFVPROC = void function(GLuint index, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETVERTEXATTRIBIIVPROC
alias PFNGLGETVERTEXATTRIBIIVPROC = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETVERTEXATTRIBIUIVPROC
alias PFNGLGETVERTEXATTRIBIUIVPROC = void function(GLuint index, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETVERTEXATTRIBIVPROC
alias PFNGLGETVERTEXATTRIBIVPROC = void function(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLGETVERTEXATTRIBPOINTERVPROC
alias PFNGLGETVERTEXATTRIBPOINTERVPROC = void function(GLuint index, GLenum pname, void** pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLHINTPROC
alias PFNGLHINTPROC = void function(GLenum target, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLINVALIDATEFRAMEBUFFERPROC
alias PFNGLINVALIDATEFRAMEBUFFERPROC = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLINVALIDATESUBFRAMEBUFFERPROC
alias PFNGLINVALIDATESUBFRAMEBUFFERPROC = void function(GLenum target, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISBUFFERPROC
alias PFNGLISBUFFERPROC = ubyte function(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISENABLEDIPROC
alias PFNGLISENABLEDIPROC = ubyte function(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISENABLEDPROC
alias PFNGLISENABLEDPROC = ubyte function(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISFRAMEBUFFERPROC
alias PFNGLISFRAMEBUFFERPROC = ubyte function(GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISPROGRAMPIPELINEPROC
alias PFNGLISPROGRAMPIPELINEPROC = ubyte function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISPROGRAMPROC
alias PFNGLISPROGRAMPROC = ubyte function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISQUERYPROC
alias PFNGLISQUERYPROC = ubyte function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISRENDERBUFFERPROC
alias PFNGLISRENDERBUFFERPROC = ubyte function(GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISSAMPLERPROC
alias PFNGLISSAMPLERPROC = ubyte function(GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISSHADERPROC
alias PFNGLISSHADERPROC = ubyte function(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISSYNCPROC
alias PFNGLISSYNCPROC = ubyte function(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISTEXTUREPROC
alias PFNGLISTEXTUREPROC = ubyte function(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISTRANSFORMFEEDBACKPROC
alias PFNGLISTRANSFORMFEEDBACKPROC = ubyte function(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLISVERTEXARRAYPROC
alias PFNGLISVERTEXARRAYPROC = ubyte function(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLLINEWIDTHPROC
alias PFNGLLINEWIDTHPROC = void function(GLfloat width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLLINKPROGRAMPROC
alias PFNGLLINKPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLMAPBUFFERRANGEPROC
alias PFNGLMAPBUFFERRANGEPROC = void* function(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLMEMORYBARRIERBYREGIONPROC
alias PFNGLMEMORYBARRIERBYREGIONPROC = void function(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLMEMORYBARRIERPROC
alias PFNGLMEMORYBARRIERPROC = void function(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLMINSAMPLESHADINGPROC
alias PFNGLMINSAMPLESHADINGPROC = void function(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLOBJECTLABELPROC
alias PFNGLOBJECTLABELPROC = void function(GLenum identifier, GLuint name, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLOBJECTPTRLABELPROC
alias PFNGLOBJECTPTRLABELPROC = void function(const(void)* ptr, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPATCHPARAMETERIPROC
alias PFNGLPATCHPARAMETERIPROC = void function(GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPAUSETRANSFORMFEEDBACKPROC
alias PFNGLPAUSETRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPIXELSTOREIPROC
alias PFNGLPIXELSTOREIPROC = void function(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPOLYGONOFFSETPROC
alias PFNGLPOLYGONOFFSETPROC = void function(GLfloat factor, GLfloat units)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPOPDEBUGGROUPPROC
alias PFNGLPOPDEBUGGROUPPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPRIMITIVEBOUNDINGBOXPROC
alias PFNGLPRIMITIVEBOUNDINGBOXPROC = void function(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMBINARYPROC
alias PFNGLPROGRAMBINARYPROC = void function(GLuint program, GLenum binaryFormat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMPARAMETERIPROC
alias PFNGLPROGRAMPARAMETERIPROC = void function(GLuint program, GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1FPROC
alias PFNGLPROGRAMUNIFORM1FPROC = void function(GLuint program, GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1FVPROC
alias PFNGLPROGRAMUNIFORM1FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1IPROC
alias PFNGLPROGRAMUNIFORM1IPROC = void function(GLuint program, GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1IVPROC
alias PFNGLPROGRAMUNIFORM1IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1UIPROC
alias PFNGLPROGRAMUNIFORM1UIPROC = void function(GLuint program, GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM1UIVPROC
alias PFNGLPROGRAMUNIFORM1UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2FPROC
alias PFNGLPROGRAMUNIFORM2FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2FVPROC
alias PFNGLPROGRAMUNIFORM2FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2IPROC
alias PFNGLPROGRAMUNIFORM2IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2IVPROC
alias PFNGLPROGRAMUNIFORM2IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2UIPROC
alias PFNGLPROGRAMUNIFORM2UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM2UIVPROC
alias PFNGLPROGRAMUNIFORM2UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3FPROC
alias PFNGLPROGRAMUNIFORM3FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3FVPROC
alias PFNGLPROGRAMUNIFORM3FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3IPROC
alias PFNGLPROGRAMUNIFORM3IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3IVPROC
alias PFNGLPROGRAMUNIFORM3IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3UIPROC
alias PFNGLPROGRAMUNIFORM3UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM3UIVPROC
alias PFNGLPROGRAMUNIFORM3UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4FPROC
alias PFNGLPROGRAMUNIFORM4FPROC = void function(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4FVPROC
alias PFNGLPROGRAMUNIFORM4FVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4IPROC
alias PFNGLPROGRAMUNIFORM4IPROC = void function(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4IVPROC
alias PFNGLPROGRAMUNIFORM4IVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4UIPROC
alias PFNGLPROGRAMUNIFORM4UIPROC = void function(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORM4UIVPROC
alias PFNGLPROGRAMUNIFORM4UIVPROC = void function(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX2X3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX2X4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX2X4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX3X2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX3X4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX3X4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX4FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX4X2FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X2FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPROGRAMUNIFORMMATRIX4X3FVPROC
alias PFNGLPROGRAMUNIFORMMATRIX4X3FVPROC = void function(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLPUSHDEBUGGROUPPROC
alias PFNGLPUSHDEBUGGROUPPROC = void function(GLenum source, GLuint id, GLsizei length, const(GLchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLREADBUFFERPROC
alias PFNGLREADBUFFERPROC = void function(GLenum src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLREADNPIXELSPROC
alias PFNGLREADNPIXELSPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLREADPIXELSPROC
alias PFNGLREADPIXELSPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLRELEASESHADERCOMPILERPROC
alias PFNGLRELEASESHADERCOMPILERPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC
alias PFNGLRENDERBUFFERSTORAGEMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLRENDERBUFFERSTORAGEPROC
alias PFNGLRENDERBUFFERSTORAGEPROC = void function(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLRESUMETRANSFORMFEEDBACKPROC
alias PFNGLRESUMETRANSFORMFEEDBACKPROC = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLECOVERAGEPROC
alias PFNGLSAMPLECOVERAGEPROC = void function(GLfloat value, GLboolean invert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLEMASKIPROC
alias PFNGLSAMPLEMASKIPROC = void function(GLuint maskNumber, GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERFPROC
alias PFNGLSAMPLERPARAMETERFPROC = void function(GLuint sampler, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERFVPROC
alias PFNGLSAMPLERPARAMETERFVPROC = void function(GLuint sampler, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERIIVPROC
alias PFNGLSAMPLERPARAMETERIIVPROC = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERIPROC
alias PFNGLSAMPLERPARAMETERIPROC = void function(GLuint sampler, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERIUIVPROC
alias PFNGLSAMPLERPARAMETERIUIVPROC = void function(GLuint sampler, GLenum pname, const(GLuint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSAMPLERPARAMETERIVPROC
alias PFNGLSAMPLERPARAMETERIVPROC = void function(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSCISSORPROC
alias PFNGLSCISSORPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSHADERBINARYPROC
alias PFNGLSHADERBINARYPROC = void function(GLsizei count, const(GLuint)* shaders, GLenum binaryformat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSHADERSOURCEPROC
alias PFNGLSHADERSOURCEPROC = void function(GLuint shader, GLsizei count, const(GLchar*)* string, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILFUNCPROC
alias PFNGLSTENCILFUNCPROC = void function(GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILFUNCSEPARATEPROC
alias PFNGLSTENCILFUNCSEPARATEPROC = void function(GLenum face, GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILMASKPROC
alias PFNGLSTENCILMASKPROC = void function(GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILMASKSEPARATEPROC
alias PFNGLSTENCILMASKSEPARATEPROC = void function(GLenum face, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILOPPROC
alias PFNGLSTENCILOPPROC = void function(GLenum fail, GLenum zfail, GLenum zpass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLSTENCILOPSEPARATEPROC
alias PFNGLSTENCILOPSEPARATEPROC = void function(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXBUFFERPROC
alias PFNGLTEXBUFFERPROC = void function(GLenum target, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXBUFFERRANGEPROC
alias PFNGLTEXBUFFERRANGEPROC = void function(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXIMAGE2DPROC
alias PFNGLTEXIMAGE2DPROC = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXIMAGE3DPROC
alias PFNGLTEXIMAGE3DPROC = void function(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERFPROC
alias PFNGLTEXPARAMETERFPROC = void function(GLenum target, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERFVPROC
alias PFNGLTEXPARAMETERFVPROC = void function(GLenum target, GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERIIVPROC
alias PFNGLTEXPARAMETERIIVPROC = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERIPROC
alias PFNGLTEXPARAMETERIPROC = void function(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERIUIVPROC
alias PFNGLTEXPARAMETERIUIVPROC = void function(GLenum target, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXPARAMETERIVPROC
alias PFNGLTEXPARAMETERIVPROC = void function(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSTORAGE2DMULTISAMPLEPROC
alias PFNGLTEXSTORAGE2DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSTORAGE2DPROC
alias PFNGLTEXSTORAGE2DPROC = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSTORAGE3DMULTISAMPLEPROC
alias PFNGLTEXSTORAGE3DMULTISAMPLEPROC = void function(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSTORAGE3DPROC
alias PFNGLTEXSTORAGE3DPROC = void function(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSUBIMAGE2DPROC
alias PFNGLTEXSUBIMAGE2DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTEXSUBIMAGE3DPROC
alias PFNGLTEXSUBIMAGE3DPROC = void function(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLTRANSFORMFEEDBACKVARYINGSPROC
alias PFNGLTRANSFORMFEEDBACKVARYINGSPROC = void function(GLuint program, GLsizei count, const(GLchar*)* varyings, GLenum bufferMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1FPROC
alias PFNGLUNIFORM1FPROC = void function(GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1FVPROC
alias PFNGLUNIFORM1FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1IPROC
alias PFNGLUNIFORM1IPROC = void function(GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1IVPROC
alias PFNGLUNIFORM1IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1UIPROC
alias PFNGLUNIFORM1UIPROC = void function(GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM1UIVPROC
alias PFNGLUNIFORM1UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2FPROC
alias PFNGLUNIFORM2FPROC = void function(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2FVPROC
alias PFNGLUNIFORM2FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2IPROC
alias PFNGLUNIFORM2IPROC = void function(GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2IVPROC
alias PFNGLUNIFORM2IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2UIPROC
alias PFNGLUNIFORM2UIPROC = void function(GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM2UIVPROC
alias PFNGLUNIFORM2UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3FPROC
alias PFNGLUNIFORM3FPROC = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3FVPROC
alias PFNGLUNIFORM3FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3IPROC
alias PFNGLUNIFORM3IPROC = void function(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3IVPROC
alias PFNGLUNIFORM3IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3UIPROC
alias PFNGLUNIFORM3UIPROC = void function(GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM3UIVPROC
alias PFNGLUNIFORM3UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4FPROC
alias PFNGLUNIFORM4FPROC = void function(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4FVPROC
alias PFNGLUNIFORM4FVPROC = void function(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4IPROC
alias PFNGLUNIFORM4IPROC = void function(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4IVPROC
alias PFNGLUNIFORM4IVPROC = void function(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4UIPROC
alias PFNGLUNIFORM4UIPROC = void function(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORM4UIVPROC
alias PFNGLUNIFORM4UIVPROC = void function(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMBLOCKBINDINGPROC
alias PFNGLUNIFORMBLOCKBINDINGPROC = void function(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX2FVPROC
alias PFNGLUNIFORMMATRIX2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX2X3FVPROC
alias PFNGLUNIFORMMATRIX2X3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX2X4FVPROC
alias PFNGLUNIFORMMATRIX2X4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX3FVPROC
alias PFNGLUNIFORMMATRIX3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX3X2FVPROC
alias PFNGLUNIFORMMATRIX3X2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX3X4FVPROC
alias PFNGLUNIFORMMATRIX3X4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX4FVPROC
alias PFNGLUNIFORMMATRIX4FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX4X2FVPROC
alias PFNGLUNIFORMMATRIX4X2FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNIFORMMATRIX4X3FVPROC
alias PFNGLUNIFORMMATRIX4X3FVPROC = void function(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUNMAPBUFFERPROC
alias PFNGLUNMAPBUFFERPROC = ubyte function(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUSEPROGRAMPROC
alias PFNGLUSEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLUSEPROGRAMSTAGESPROC
alias PFNGLUSEPROGRAMSTAGESPROC = void function(GLuint pipeline, GLbitfield stages, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVALIDATEPROGRAMPIPELINEPROC
alias PFNGLVALIDATEPROGRAMPIPELINEPROC = void function(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVALIDATEPROGRAMPROC
alias PFNGLVALIDATEPROGRAMPROC = void function(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB1FPROC
alias PFNGLVERTEXATTRIB1FPROC = void function(GLuint index, GLfloat x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB1FVPROC
alias PFNGLVERTEXATTRIB1FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB2FPROC
alias PFNGLVERTEXATTRIB2FPROC = void function(GLuint index, GLfloat x, GLfloat y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB2FVPROC
alias PFNGLVERTEXATTRIB2FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB3FPROC
alias PFNGLVERTEXATTRIB3FPROC = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB3FVPROC
alias PFNGLVERTEXATTRIB3FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB4FPROC
alias PFNGLVERTEXATTRIB4FPROC = void function(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIB4FVPROC
alias PFNGLVERTEXATTRIB4FVPROC = void function(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBBINDINGPROC
alias PFNGLVERTEXATTRIBBINDINGPROC = void function(GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBDIVISORPROC
alias PFNGLVERTEXATTRIBDIVISORPROC = void function(GLuint index, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBFORMATPROC
alias PFNGLVERTEXATTRIBFORMATPROC = void function(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBI4IPROC
alias PFNGLVERTEXATTRIBI4IPROC = void function(GLuint index, GLint x, GLint y, GLint z, GLint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBI4IVPROC
alias PFNGLVERTEXATTRIBI4IVPROC = void function(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBI4UIPROC
alias PFNGLVERTEXATTRIBI4UIPROC = void function(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBI4UIVPROC
alias PFNGLVERTEXATTRIBI4UIVPROC = void function(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBIFORMATPROC
alias PFNGLVERTEXATTRIBIFORMATPROC = void function(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBIPOINTERPROC
alias PFNGLVERTEXATTRIBIPOINTERPROC = void function(GLuint index, GLint size, GLenum type, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXATTRIBPOINTERPROC
alias PFNGLVERTEXATTRIBPOINTERPROC = void function(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVERTEXBINDINGDIVISORPROC
alias PFNGLVERTEXBINDINGDIVISORPROC = void function(GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLVIEWPORTPROC
alias PFNGLVIEWPORTPROC = void function(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PFNGLWAITSYNCPROC
alias PFNGLWAITSYNCPROC = void function(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

glActiveShaderProgram
void glActiveShaderProgram(GLuint pipeline, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glActiveTexture
void glActiveTexture(GLenum texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glAttachShader
void glAttachShader(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBeginQuery
void glBeginQuery(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBeginTransformFeedback
void glBeginTransformFeedback(GLenum primitiveMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindAttribLocation
void glBindAttribLocation(GLuint program, GLuint index, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindBuffer
void glBindBuffer(GLenum target, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindBufferBase
void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindBufferRange
void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindFramebuffer
void glBindFramebuffer(GLenum target, GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindImageTexture
void glBindImageTexture(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindProgramPipeline
void glBindProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindRenderbuffer
void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindSampler
void glBindSampler(GLuint unit, GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindTexture
void glBindTexture(GLenum target, GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindTransformFeedback
void glBindTransformFeedback(GLenum target, GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindVertexArray
void glBindVertexArray(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBindVertexBuffer
void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendBarrier
void glBlendBarrier()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendColor
void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendEquation
void glBlendEquation(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendEquationSeparate
void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendEquationSeparatei
void glBlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendEquationi
void glBlendEquationi(GLuint buf, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendFunc
void glBlendFunc(GLenum sfactor, GLenum dfactor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendFuncSeparate
void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendFuncSeparatei
void glBlendFuncSeparatei(GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlendFunci
void glBlendFunci(GLuint buf, GLenum src, GLenum dst)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBlitFramebuffer
void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBufferData
void glBufferData(GLenum target, GLsizeiptr size, const(void)* data, GLenum usage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glBufferSubData
void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCheckFramebufferStatus
GLenum glCheckFramebufferStatus(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClear
void glClear(GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearBufferfi
void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearBufferfv
void glClearBufferfv(GLenum buffer, GLint drawbuffer, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearBufferiv
void glClearBufferiv(GLenum buffer, GLint drawbuffer, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearBufferuiv
void glClearBufferuiv(GLenum buffer, GLint drawbuffer, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearColor
void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearDepthf
void glClearDepthf(GLfloat d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClearStencil
void glClearStencil(GLint s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glClientWaitSync
GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glColorMask
void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glColorMaski
void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCompileShader
void glCompileShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCompressedTexImage2D
void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCompressedTexImage3D
void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCompressedTexSubImage2D
void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCompressedTexSubImage3D
void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const(void)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCopyBufferSubData
void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCopyImageSubData
void glCopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCopyTexImage2D
void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCopyTexSubImage2D
void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCopyTexSubImage3D
void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCreateProgram
GLuint glCreateProgram()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCreateShader
GLuint glCreateShader(GLenum type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCreateShaderProgramv
GLuint glCreateShaderProgramv(GLenum type, GLsizei count, const(GLchar*)* strings)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glCullFace
void glCullFace(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDebugMessageCallback
void glDebugMessageCallback(GLDEBUGPROC callback, const(void)* userParam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDebugMessageControl
void glDebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const(GLuint)* ids, GLboolean enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDebugMessageInsert
void glDebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const(GLchar)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteBuffers
void glDeleteBuffers(GLsizei n, const(GLuint)* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteFramebuffers
void glDeleteFramebuffers(GLsizei n, const(GLuint)* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteProgram
void glDeleteProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteProgramPipelines
void glDeleteProgramPipelines(GLsizei n, const(GLuint)* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteQueries
void glDeleteQueries(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteRenderbuffers
void glDeleteRenderbuffers(GLsizei n, const(GLuint)* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteSamplers
void glDeleteSamplers(GLsizei count, const(GLuint)* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteShader
void glDeleteShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteSync
void glDeleteSync(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteTextures
void glDeleteTextures(GLsizei n, const(GLuint)* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteTransformFeedbacks
void glDeleteTransformFeedbacks(GLsizei n, const(GLuint)* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDeleteVertexArrays
void glDeleteVertexArrays(GLsizei n, const(GLuint)* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDepthFunc
void glDepthFunc(GLenum func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDepthMask
void glDepthMask(GLboolean flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDepthRangef
void glDepthRangef(GLfloat n, GLfloat f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDetachShader
void glDetachShader(GLuint program, GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDisable
void glDisable(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDisableVertexAttribArray
void glDisableVertexAttribArray(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDisablei
void glDisablei(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDispatchCompute
void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDispatchComputeIndirect
void glDispatchComputeIndirect(GLintptr indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawArrays
void glDrawArrays(GLenum mode, GLint first, GLsizei count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawArraysIndirect
void glDrawArraysIndirect(GLenum mode, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawArraysInstanced
void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawBuffers
void glDrawBuffers(GLsizei n, const(GLenum)* bufs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawElements
void glDrawElements(GLenum mode, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawElementsBaseVertex
void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawElementsIndirect
void glDrawElementsIndirect(GLenum mode, GLenum type, const(void)* indirect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawElementsInstanced
void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawElementsInstancedBaseVertex
void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const(void)* indices, GLsizei instancecount, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawRangeElements
void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glDrawRangeElementsBaseVertex
void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const(void)* indices, GLint basevertex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glEnable
void glEnable(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glEnableVertexAttribArray
void glEnableVertexAttribArray(GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glEnablei
void glEnablei(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glEndQuery
void glEndQuery(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glEndTransformFeedback
void glEndTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFenceSync
GLsync glFenceSync(GLenum condition, GLbitfield flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFinish
void glFinish()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFlush
void glFlush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFlushMappedBufferRange
void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFramebufferParameteri
void glFramebufferParameteri(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFramebufferRenderbuffer
void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFramebufferTexture
void glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFramebufferTexture2D
void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFramebufferTextureLayer
void glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glFrontFace
void glFrontFace(GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenBuffers
void glGenBuffers(GLsizei n, GLuint* buffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenFramebuffers
void glGenFramebuffers(GLsizei n, GLuint* framebuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenProgramPipelines
void glGenProgramPipelines(GLsizei n, GLuint* pipelines)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenQueries
void glGenQueries(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenRenderbuffers
void glGenRenderbuffers(GLsizei n, GLuint* renderbuffers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenSamplers
void glGenSamplers(GLsizei count, GLuint* samplers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenTextures
void glGenTextures(GLsizei n, GLuint* textures)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenTransformFeedbacks
void glGenTransformFeedbacks(GLsizei n, GLuint* ids)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenVertexArrays
void glGenVertexArrays(GLsizei n, GLuint* arrays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGenerateMipmap
void glGenerateMipmap(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetActiveAttrib
void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetActiveUniform
void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLint* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetActiveUniformBlockName
void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei* length, GLchar* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetActiveUniformBlockiv
void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetActiveUniformsiv
void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, const(GLuint)* uniformIndices, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetAttachedShaders
void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei* count, GLuint* shaders)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetAttribLocation
GLint glGetAttribLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetBooleani_v
void glGetBooleani_v(GLenum target, GLuint index, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetBooleanv
void glGetBooleanv(GLenum pname, GLboolean* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetBufferParameteri64v
void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetBufferParameteriv
void glGetBufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetBufferPointerv
void glGetBufferPointerv(GLenum target, GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetDebugMessageLog
GLuint glGetDebugMessageLog(GLuint count, GLsizei bufSize, GLenum* sources, GLenum* types, GLuint* ids, GLenum* severities, GLsizei* lengths, GLchar* messageLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetError
GLenum glGetError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetFloatv
void glGetFloatv(GLenum pname, GLfloat* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetFragDataLocation
GLint glGetFragDataLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetFramebufferAttachmentParameteriv
void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetFramebufferParameteriv
void glGetFramebufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetGraphicsResetStatus
GLenum glGetGraphicsResetStatus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetInteger64i_v
void glGetInteger64i_v(GLenum target, GLuint index, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetInteger64v
void glGetInteger64v(GLenum pname, GLint64* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetIntegeri_v
void glGetIntegeri_v(GLenum target, GLuint index, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetIntegerv
void glGetIntegerv(GLenum pname, GLint* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetInternalformativ
void glGetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetMultisamplefv
void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetObjectLabel
void glGetObjectLabel(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetObjectPtrLabel
void glGetObjectPtrLabel(const(void)* ptr, GLsizei bufSize, GLsizei* length, GLchar* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetPointerv
void glGetPointerv(GLenum pname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramBinary
void glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, void* binary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramInfoLog
void glGetProgramInfoLog(GLuint program, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramInterfaceiv
void glGetProgramInterfaceiv(GLuint program, GLenum programInterface, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramPipelineInfoLog
void glGetProgramPipelineInfoLog(GLuint pipeline, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramPipelineiv
void glGetProgramPipelineiv(GLuint pipeline, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramResourceIndex
GLuint glGetProgramResourceIndex(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramResourceLocation
GLint glGetProgramResourceLocation(GLuint program, GLenum programInterface, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramResourceName
void glGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei* length, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramResourceiv
void glGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const(GLenum)* props, GLsizei bufSize, GLsizei* length, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetProgramiv
void glGetProgramiv(GLuint program, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetQueryObjectuiv
void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetQueryiv
void glGetQueryiv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetRenderbufferParameteriv
void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetSamplerParameterIiv
void glGetSamplerParameterIiv(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetSamplerParameterIuiv
void glGetSamplerParameterIuiv(GLuint sampler, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetSamplerParameterfv
void glGetSamplerParameterfv(GLuint sampler, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetSamplerParameteriv
void glGetSamplerParameteriv(GLuint sampler, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetShaderInfoLog
void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* infoLog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetShaderPrecisionFormat
void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetShaderSource
void glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei* length, GLchar* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetShaderiv
void glGetShaderiv(GLuint shader, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetString
const(GLubyte)* glGetString(GLenum name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetStringi
const(GLubyte)* glGetStringi(GLenum name, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetSynciv
void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei* length, GLint* values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexLevelParameterfv
void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexLevelParameteriv
void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexParameterIiv
void glGetTexParameterIiv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexParameterIuiv
void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexParameterfv
void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTexParameteriv
void glGetTexParameteriv(GLenum target, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetTransformFeedbackVarying
void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei* length, GLsizei* size, GLenum* type, GLchar* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformBlockIndex
GLuint glGetUniformBlockIndex(GLuint program, const(GLchar)* uniformBlockName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformIndices
void glGetUniformIndices(GLuint program, GLsizei uniformCount, const(GLchar*)* uniformNames, GLuint* uniformIndices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformLocation
GLint glGetUniformLocation(GLuint program, const(GLchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformfv
void glGetUniformfv(GLuint program, GLint location, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformiv
void glGetUniformiv(GLuint program, GLint location, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetUniformuiv
void glGetUniformuiv(GLuint program, GLint location, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetVertexAttribIiv
void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetVertexAttribIuiv
void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetVertexAttribPointerv
void glGetVertexAttribPointerv(GLuint index, GLenum pname, void** pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetVertexAttribfv
void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetVertexAttribiv
void glGetVertexAttribiv(GLuint index, GLenum pname, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetnUniformfv
void glGetnUniformfv(GLuint program, GLint location, GLsizei bufSize, GLfloat* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetnUniformiv
void glGetnUniformiv(GLuint program, GLint location, GLsizei bufSize, GLint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glGetnUniformuiv
void glGetnUniformuiv(GLuint program, GLint location, GLsizei bufSize, GLuint* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glHint
void glHint(GLenum target, GLenum mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glInvalidateFramebuffer
void glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const(GLenum)* attachments)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glInvalidateSubFramebuffer
void glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const(GLenum)* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsBuffer
GLboolean glIsBuffer(GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsEnabled
GLboolean glIsEnabled(GLenum cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsEnabledi
GLboolean glIsEnabledi(GLenum target, GLuint index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsFramebuffer
GLboolean glIsFramebuffer(GLuint framebuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsProgram
GLboolean glIsProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsProgramPipeline
GLboolean glIsProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsQuery
GLboolean glIsQuery(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsRenderbuffer
GLboolean glIsRenderbuffer(GLuint renderbuffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsSampler
GLboolean glIsSampler(GLuint sampler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsShader
GLboolean glIsShader(GLuint shader)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsSync
GLboolean glIsSync(GLsync sync)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsTexture
GLboolean glIsTexture(GLuint texture)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsTransformFeedback
GLboolean glIsTransformFeedback(GLuint id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glIsVertexArray
GLboolean glIsVertexArray(GLuint array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glLineWidth
void glLineWidth(GLfloat width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glLinkProgram
void glLinkProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glMapBufferRange
void* glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glMemoryBarrier
void glMemoryBarrier(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glMemoryBarrierByRegion
void glMemoryBarrierByRegion(GLbitfield barriers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glMinSampleShading
void glMinSampleShading(GLfloat value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glObjectLabel
void glObjectLabel(GLenum identifier, GLuint name, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glObjectPtrLabel
void glObjectPtrLabel(const(void)* ptr, GLsizei length, const(GLchar)* label)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPatchParameteri
void glPatchParameteri(GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPauseTransformFeedback
void glPauseTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPixelStorei
void glPixelStorei(GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPolygonOffset
void glPolygonOffset(GLfloat factor, GLfloat units)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPopDebugGroup
void glPopDebugGroup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPrimitiveBoundingBox
void glPrimitiveBoundingBox(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramBinary
void glProgramBinary(GLuint program, GLenum binaryFormat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramParameteri
void glProgramParameteri(GLuint program, GLenum pname, GLint value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1f
void glProgramUniform1f(GLuint program, GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1fv
void glProgramUniform1fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1i
void glProgramUniform1i(GLuint program, GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1iv
void glProgramUniform1iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1ui
void glProgramUniform1ui(GLuint program, GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform1uiv
void glProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2f
void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2fv
void glProgramUniform2fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2i
void glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2iv
void glProgramUniform2iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2ui
void glProgramUniform2ui(GLuint program, GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform2uiv
void glProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3f
void glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3fv
void glProgramUniform3fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3i
void glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3iv
void glProgramUniform3iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3ui
void glProgramUniform3ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform3uiv
void glProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4f
void glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4fv
void glProgramUniform4fv(GLuint program, GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4i
void glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4iv
void glProgramUniform4iv(GLuint program, GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4ui
void glProgramUniform4ui(GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniform4uiv
void glProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix2fv
void glProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix2x3fv
void glProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix2x4fv
void glProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix3fv
void glProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix3x2fv
void glProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix3x4fv
void glProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix4fv
void glProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix4x2fv
void glProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glProgramUniformMatrix4x3fv
void glProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glPushDebugGroup
void glPushDebugGroup(GLenum source, GLuint id, GLsizei length, const(GLchar)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glReadBuffer
void glReadBuffer(GLenum src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glReadPixels
void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glReadnPixels
void glReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glReleaseShaderCompiler
void glReleaseShaderCompiler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glRenderbufferStorage
void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glRenderbufferStorageMultisample
void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glResumeTransformFeedback
void glResumeTransformFeedback()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSampleCoverage
void glSampleCoverage(GLfloat value, GLboolean invert)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSampleMaski
void glSampleMaski(GLuint maskNumber, GLbitfield mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameterIiv
void glSamplerParameterIiv(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameterIuiv
void glSamplerParameterIuiv(GLuint sampler, GLenum pname, const(GLuint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameterf
void glSamplerParameterf(GLuint sampler, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameterfv
void glSamplerParameterfv(GLuint sampler, GLenum pname, const(GLfloat)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameteri
void glSamplerParameteri(GLuint sampler, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glSamplerParameteriv
void glSamplerParameteriv(GLuint sampler, GLenum pname, const(GLint)* param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glScissor
void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glShaderBinary
void glShaderBinary(GLsizei count, const(GLuint)* shaders, GLenum binaryformat, const(void)* binary, GLsizei length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glShaderSource
void glShaderSource(GLuint shader, GLsizei count, const(GLchar*)* string, const(GLint)* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilFunc
void glStencilFunc(GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilFuncSeparate
void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref_, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilMask
void glStencilMask(GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilMaskSeparate
void glStencilMaskSeparate(GLenum face, GLuint mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilOp
void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glStencilOpSeparate
void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexBuffer
void glTexBuffer(GLenum target, GLenum internalformat, GLuint buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexBufferRange
void glTexBufferRange(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexImage2D
void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexImage3D
void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameterIiv
void glTexParameterIiv(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameterIuiv
void glTexParameterIuiv(GLenum target, GLenum pname, const(GLuint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameterf
void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameterfv
void glTexParameterfv(GLenum target, GLenum pname, const(GLfloat)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameteri
void glTexParameteri(GLenum target, GLenum pname, GLint param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexParameteriv
void glTexParameteriv(GLenum target, GLenum pname, const(GLint)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexStorage2D
void glTexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexStorage2DMultisample
void glTexStorage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexStorage3D
void glTexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexStorage3DMultisample
void glTexStorage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexSubImage2D
void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTexSubImage3D
void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const(void)* pixels)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glTransformFeedbackVaryings
void glTransformFeedbackVaryings(GLuint program, GLsizei count, const(GLchar*)* varyings, GLenum bufferMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1f
void glUniform1f(GLint location, GLfloat v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1fv
void glUniform1fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1i
void glUniform1i(GLint location, GLint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1iv
void glUniform1iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1ui
void glUniform1ui(GLint location, GLuint v0)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform1uiv
void glUniform1uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2f
void glUniform2f(GLint location, GLfloat v0, GLfloat v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2fv
void glUniform2fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2i
void glUniform2i(GLint location, GLint v0, GLint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2iv
void glUniform2iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2ui
void glUniform2ui(GLint location, GLuint v0, GLuint v1)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform2uiv
void glUniform2uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3f
void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3fv
void glUniform3fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3i
void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3iv
void glUniform3iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3ui
void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform3uiv
void glUniform3uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4f
void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4fv
void glUniform4fv(GLint location, GLsizei count, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4i
void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4iv
void glUniform4iv(GLint location, GLsizei count, const(GLint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4ui
void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniform4uiv
void glUniform4uiv(GLint location, GLsizei count, const(GLuint)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformBlockBinding
void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix2fv
void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix2x3fv
void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix2x4fv
void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix3fv
void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix3x2fv
void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix3x4fv
void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix4fv
void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix4x2fv
void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUniformMatrix4x3fv
void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const(GLfloat)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUnmapBuffer
GLboolean glUnmapBuffer(GLenum target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUseProgram
void glUseProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glUseProgramStages
void glUseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glValidateProgram
void glValidateProgram(GLuint program)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glValidateProgramPipeline
void glValidateProgramPipeline(GLuint pipeline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib1f
void glVertexAttrib1f(GLuint index, GLfloat x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib1fv
void glVertexAttrib1fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib2f
void glVertexAttrib2f(GLuint index, GLfloat x, GLfloat y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib2fv
void glVertexAttrib2fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib3f
void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib3fv
void glVertexAttrib3fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib4f
void glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttrib4fv
void glVertexAttrib4fv(GLuint index, const(GLfloat)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribBinding
void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribDivisor
void glVertexAttribDivisor(GLuint index, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribFormat
void glVertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribI4i
void glVertexAttribI4i(GLuint index, GLint x, GLint y, GLint z, GLint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribI4iv
void glVertexAttribI4iv(GLuint index, const(GLint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribI4ui
void glVertexAttribI4ui(GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribI4uiv
void glVertexAttribI4uiv(GLuint index, const(GLuint)* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribIFormat
void glVertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribIPointer
void glVertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexAttribPointer
void glVertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const(void)* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glVertexBindingDivisor
void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glViewport
void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glWaitSync
void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GL_ACTIVE_ATOMIC_COUNTER_BUFFERS
enum GL_ACTIVE_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_ATTRIBUTES
enum GL_ACTIVE_ATTRIBUTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH
enum GL_ACTIVE_ATTRIBUTE_MAX_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_PROGRAM
enum GL_ACTIVE_PROGRAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_RESOURCES
enum GL_ACTIVE_RESOURCES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_TEXTURE
enum GL_ACTIVE_TEXTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_UNIFORMS
enum GL_ACTIVE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_UNIFORM_BLOCKS
enum GL_ACTIVE_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH
enum GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_UNIFORM_MAX_LENGTH
enum GL_ACTIVE_UNIFORM_MAX_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ACTIVE_VARIABLES
enum GL_ACTIVE_VARIABLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALIASED_LINE_WIDTH_RANGE
enum GL_ALIASED_LINE_WIDTH_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALIASED_POINT_SIZE_RANGE
enum GL_ALIASED_POINT_SIZE_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALL_BARRIER_BITS
enum GL_ALL_BARRIER_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALL_SHADER_BITS
enum GL_ALL_SHADER_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALPHA
enum GL_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALPHA_BITS
enum GL_ALPHA_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALREADY_SIGNALED
enum GL_ALREADY_SIGNALED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ALWAYS
enum GL_ALWAYS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ANY_SAMPLES_PASSED
enum GL_ANY_SAMPLES_PASSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ANY_SAMPLES_PASSED_CONSERVATIVE
enum GL_ANY_SAMPLES_PASSED_CONSERVATIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ARRAY_BUFFER
enum GL_ARRAY_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ARRAY_BUFFER_BINDING
enum GL_ARRAY_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ARRAY_SIZE
enum GL_ARRAY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ARRAY_STRIDE
enum GL_ARRAY_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BARRIER_BIT
enum GL_ATOMIC_COUNTER_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BUFFER
enum GL_ATOMIC_COUNTER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BUFFER_BINDING
enum GL_ATOMIC_COUNTER_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BUFFER_INDEX
enum GL_ATOMIC_COUNTER_BUFFER_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BUFFER_SIZE
enum GL_ATOMIC_COUNTER_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATOMIC_COUNTER_BUFFER_START
enum GL_ATOMIC_COUNTER_BUFFER_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ATTACHED_SHADERS
enum GL_ATTACHED_SHADERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BACK
enum GL_BACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND
enum GL_BLEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_COLOR
enum GL_BLEND_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_DST_ALPHA
enum GL_BLEND_DST_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_DST_RGB
enum GL_BLEND_DST_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_EQUATION
enum GL_BLEND_EQUATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_EQUATION_ALPHA
enum GL_BLEND_EQUATION_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_EQUATION_RGB
enum GL_BLEND_EQUATION_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_SRC_ALPHA
enum GL_BLEND_SRC_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLEND_SRC_RGB
enum GL_BLEND_SRC_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLOCK_INDEX
enum GL_BLOCK_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLUE
enum GL_BLUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BLUE_BITS
enum GL_BLUE_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BOOL
enum GL_BOOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BOOL_VEC2
enum GL_BOOL_VEC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BOOL_VEC3
enum GL_BOOL_VEC3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BOOL_VEC4
enum GL_BOOL_VEC4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER
enum GL_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_ACCESS_FLAGS
enum GL_BUFFER_ACCESS_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_BINDING
enum GL_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_DATA_SIZE
enum GL_BUFFER_DATA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_MAPPED
enum GL_BUFFER_MAPPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_MAP_LENGTH
enum GL_BUFFER_MAP_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_MAP_OFFSET
enum GL_BUFFER_MAP_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_MAP_POINTER
enum GL_BUFFER_MAP_POINTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_SIZE
enum GL_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_UPDATE_BARRIER_BIT
enum GL_BUFFER_UPDATE_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_USAGE
enum GL_BUFFER_USAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BUFFER_VARIABLE
enum GL_BUFFER_VARIABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_BYTE
enum GL_BYTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CCW
enum GL_CCW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CLAMP_TO_BORDER
enum GL_CLAMP_TO_BORDER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CLAMP_TO_EDGE
enum GL_CLAMP_TO_EDGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR
enum GL_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLORBURN
enum GL_COLORBURN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLORDODGE
enum GL_COLORDODGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT0
enum GL_COLOR_ATTACHMENT0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT1
enum GL_COLOR_ATTACHMENT1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT10
enum GL_COLOR_ATTACHMENT10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT11
enum GL_COLOR_ATTACHMENT11;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT12
enum GL_COLOR_ATTACHMENT12;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT13
enum GL_COLOR_ATTACHMENT13;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT14
enum GL_COLOR_ATTACHMENT14;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT15
enum GL_COLOR_ATTACHMENT15;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT16
enum GL_COLOR_ATTACHMENT16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT17
enum GL_COLOR_ATTACHMENT17;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT18
enum GL_COLOR_ATTACHMENT18;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT19
enum GL_COLOR_ATTACHMENT19;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT2
enum GL_COLOR_ATTACHMENT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT20
enum GL_COLOR_ATTACHMENT20;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT21
enum GL_COLOR_ATTACHMENT21;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT22
enum GL_COLOR_ATTACHMENT22;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT23
enum GL_COLOR_ATTACHMENT23;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT24
enum GL_COLOR_ATTACHMENT24;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT25
enum GL_COLOR_ATTACHMENT25;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT26
enum GL_COLOR_ATTACHMENT26;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT27
enum GL_COLOR_ATTACHMENT27;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT28
enum GL_COLOR_ATTACHMENT28;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT29
enum GL_COLOR_ATTACHMENT29;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT3
enum GL_COLOR_ATTACHMENT3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT30
enum GL_COLOR_ATTACHMENT30;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT31
enum GL_COLOR_ATTACHMENT31;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT4
enum GL_COLOR_ATTACHMENT4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT5
enum GL_COLOR_ATTACHMENT5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT6
enum GL_COLOR_ATTACHMENT6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT7
enum GL_COLOR_ATTACHMENT7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT8
enum GL_COLOR_ATTACHMENT8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_ATTACHMENT9
enum GL_COLOR_ATTACHMENT9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_BUFFER_BIT
enum GL_COLOR_BUFFER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_CLEAR_VALUE
enum GL_COLOR_CLEAR_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COLOR_WRITEMASK
enum GL_COLOR_WRITEMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMMAND_BARRIER_BIT
enum GL_COMMAND_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPARE_REF_TO_TEXTURE
enum GL_COMPARE_REF_TO_TEXTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPILE_STATUS
enum GL_COMPILE_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_R11_EAC
enum GL_COMPRESSED_R11_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RG11_EAC
enum GL_COMPRESSED_RG11_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGB8_ETC2
enum GL_COMPRESSED_RGB8_ETC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
enum GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA8_ETC2_EAC
enum GL_COMPRESSED_RGBA8_ETC2_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_10x10
enum GL_COMPRESSED_RGBA_ASTC_10x10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_10x5
enum GL_COMPRESSED_RGBA_ASTC_10x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_10x6
enum GL_COMPRESSED_RGBA_ASTC_10x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_10x8
enum GL_COMPRESSED_RGBA_ASTC_10x8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_12x10
enum GL_COMPRESSED_RGBA_ASTC_12x10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_12x12
enum GL_COMPRESSED_RGBA_ASTC_12x12;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_4x4
enum GL_COMPRESSED_RGBA_ASTC_4x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_5x4
enum GL_COMPRESSED_RGBA_ASTC_5x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_5x5
enum GL_COMPRESSED_RGBA_ASTC_5x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_6x5
enum GL_COMPRESSED_RGBA_ASTC_6x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_6x6
enum GL_COMPRESSED_RGBA_ASTC_6x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_8x5
enum GL_COMPRESSED_RGBA_ASTC_8x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_8x6
enum GL_COMPRESSED_RGBA_ASTC_8x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_RGBA_ASTC_8x8
enum GL_COMPRESSED_RGBA_ASTC_8x8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SIGNED_R11_EAC
enum GL_COMPRESSED_SIGNED_R11_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SIGNED_RG11_EAC
enum GL_COMPRESSED_SIGNED_RG11_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8
enum GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
enum GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_ETC2
enum GL_COMPRESSED_SRGB8_ETC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
enum GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPRESSED_TEXTURE_FORMATS
enum GL_COMPRESSED_TEXTURE_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPUTE_SHADER
enum GL_COMPUTE_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPUTE_SHADER_BIT
enum GL_COMPUTE_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COMPUTE_WORK_GROUP_SIZE
enum GL_COMPUTE_WORK_GROUP_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONDITION_SATISFIED
enum GL_CONDITION_SATISFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONSTANT_ALPHA
enum GL_CONSTANT_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONSTANT_COLOR
enum GL_CONSTANT_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONTEXT_FLAGS
enum GL_CONTEXT_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONTEXT_FLAG_DEBUG_BIT
enum GL_CONTEXT_FLAG_DEBUG_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT
enum GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CONTEXT_LOST
enum GL_CONTEXT_LOST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COPY_READ_BUFFER
enum GL_COPY_READ_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COPY_READ_BUFFER_BINDING
enum GL_COPY_READ_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COPY_WRITE_BUFFER
enum GL_COPY_WRITE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_COPY_WRITE_BUFFER_BINDING
enum GL_COPY_WRITE_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CULL_FACE
enum GL_CULL_FACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CULL_FACE_MODE
enum GL_CULL_FACE_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CURRENT_PROGRAM
enum GL_CURRENT_PROGRAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CURRENT_QUERY
enum GL_CURRENT_QUERY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CURRENT_VERTEX_ATTRIB
enum GL_CURRENT_VERTEX_ATTRIB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_CW
enum GL_CW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DARKEN
enum GL_DARKEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_CALLBACK_FUNCTION
enum GL_DEBUG_CALLBACK_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_CALLBACK_USER_PARAM
enum GL_DEBUG_CALLBACK_USER_PARAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_GROUP_STACK_DEPTH
enum GL_DEBUG_GROUP_STACK_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_LOGGED_MESSAGES
enum GL_DEBUG_LOGGED_MESSAGES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH
enum GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_OUTPUT
enum GL_DEBUG_OUTPUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_OUTPUT_SYNCHRONOUS
enum GL_DEBUG_OUTPUT_SYNCHRONOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SEVERITY_HIGH
enum GL_DEBUG_SEVERITY_HIGH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SEVERITY_LOW
enum GL_DEBUG_SEVERITY_LOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SEVERITY_MEDIUM
enum GL_DEBUG_SEVERITY_MEDIUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SEVERITY_NOTIFICATION
enum GL_DEBUG_SEVERITY_NOTIFICATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_API
enum GL_DEBUG_SOURCE_API;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_APPLICATION
enum GL_DEBUG_SOURCE_APPLICATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_OTHER
enum GL_DEBUG_SOURCE_OTHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_SHADER_COMPILER
enum GL_DEBUG_SOURCE_SHADER_COMPILER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_THIRD_PARTY
enum GL_DEBUG_SOURCE_THIRD_PARTY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_SOURCE_WINDOW_SYSTEM
enum GL_DEBUG_SOURCE_WINDOW_SYSTEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR
enum GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_ERROR
enum GL_DEBUG_TYPE_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_MARKER
enum GL_DEBUG_TYPE_MARKER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_OTHER
enum GL_DEBUG_TYPE_OTHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_PERFORMANCE
enum GL_DEBUG_TYPE_PERFORMANCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_POP_GROUP
enum GL_DEBUG_TYPE_POP_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_PORTABILITY
enum GL_DEBUG_TYPE_PORTABILITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_PUSH_GROUP
enum GL_DEBUG_TYPE_PUSH_GROUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR
enum GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DECR
enum GL_DECR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DECR_WRAP
enum GL_DECR_WRAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DELETE_STATUS
enum GL_DELETE_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH
enum GL_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH24_STENCIL8
enum GL_DEPTH24_STENCIL8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH32F_STENCIL8
enum GL_DEPTH32F_STENCIL8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_ATTACHMENT
enum GL_DEPTH_ATTACHMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_BITS
enum GL_DEPTH_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_BUFFER_BIT
enum GL_DEPTH_BUFFER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_CLEAR_VALUE
enum GL_DEPTH_CLEAR_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_COMPONENT
enum GL_DEPTH_COMPONENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_COMPONENT16
enum GL_DEPTH_COMPONENT16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_COMPONENT24
enum GL_DEPTH_COMPONENT24;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_COMPONENT32F
enum GL_DEPTH_COMPONENT32F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_FUNC
enum GL_DEPTH_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_RANGE
enum GL_DEPTH_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_STENCIL
enum GL_DEPTH_STENCIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_STENCIL_ATTACHMENT
enum GL_DEPTH_STENCIL_ATTACHMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_STENCIL_TEXTURE_MODE
enum GL_DEPTH_STENCIL_TEXTURE_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_TEST
enum GL_DEPTH_TEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DEPTH_WRITEMASK
enum GL_DEPTH_WRITEMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DIFFERENCE
enum GL_DIFFERENCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DISPATCH_INDIRECT_BUFFER
enum GL_DISPATCH_INDIRECT_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DISPATCH_INDIRECT_BUFFER_BINDING
enum GL_DISPATCH_INDIRECT_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DITHER
enum GL_DITHER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DONT_CARE
enum GL_DONT_CARE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER0
enum GL_DRAW_BUFFER0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER1
enum GL_DRAW_BUFFER1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER10
enum GL_DRAW_BUFFER10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER11
enum GL_DRAW_BUFFER11;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER12
enum GL_DRAW_BUFFER12;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER13
enum GL_DRAW_BUFFER13;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER14
enum GL_DRAW_BUFFER14;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER15
enum GL_DRAW_BUFFER15;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER2
enum GL_DRAW_BUFFER2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER3
enum GL_DRAW_BUFFER3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER4
enum GL_DRAW_BUFFER4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER5
enum GL_DRAW_BUFFER5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER6
enum GL_DRAW_BUFFER6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER7
enum GL_DRAW_BUFFER7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER8
enum GL_DRAW_BUFFER8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_BUFFER9
enum GL_DRAW_BUFFER9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_FRAMEBUFFER
enum GL_DRAW_FRAMEBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_FRAMEBUFFER_BINDING
enum GL_DRAW_FRAMEBUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_INDIRECT_BUFFER
enum GL_DRAW_INDIRECT_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DRAW_INDIRECT_BUFFER_BINDING
enum GL_DRAW_INDIRECT_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DST_ALPHA
enum GL_DST_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DST_COLOR
enum GL_DST_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DYNAMIC_COPY
enum GL_DYNAMIC_COPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DYNAMIC_DRAW
enum GL_DYNAMIC_DRAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_DYNAMIC_READ
enum GL_DYNAMIC_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ELEMENT_ARRAY_BARRIER_BIT
enum GL_ELEMENT_ARRAY_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ELEMENT_ARRAY_BUFFER
enum GL_ELEMENT_ARRAY_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ELEMENT_ARRAY_BUFFER_BINDING
enum GL_ELEMENT_ARRAY_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_EQUAL
enum GL_EQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ES_VERSION_2_0
enum GL_ES_VERSION_2_0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ES_VERSION_3_0
enum GL_ES_VERSION_3_0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ES_VERSION_3_1
enum GL_ES_VERSION_3_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ES_VERSION_3_2
enum GL_ES_VERSION_3_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_EXCLUSION
enum GL_EXCLUSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_EXTENSIONS
enum GL_EXTENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FALSE
enum GL_FALSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FASTEST
enum GL_FASTEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FIRST_VERTEX_CONVENTION
enum GL_FIRST_VERTEX_CONVENTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FIXED
enum GL_FIXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT
enum GL_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_32_UNSIGNED_INT_24_8_REV
enum GL_FLOAT_32_UNSIGNED_INT_24_8_REV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT2
enum GL_FLOAT_MAT2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT2x3
enum GL_FLOAT_MAT2x3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT2x4
enum GL_FLOAT_MAT2x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT3
enum GL_FLOAT_MAT3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT3x2
enum GL_FLOAT_MAT3x2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT3x4
enum GL_FLOAT_MAT3x4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT4
enum GL_FLOAT_MAT4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT4x2
enum GL_FLOAT_MAT4x2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_MAT4x3
enum GL_FLOAT_MAT4x3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_VEC2
enum GL_FLOAT_VEC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_VEC3
enum GL_FLOAT_VEC3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FLOAT_VEC4
enum GL_FLOAT_VEC4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRACTIONAL_EVEN
enum GL_FRACTIONAL_EVEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRACTIONAL_ODD
enum GL_FRACTIONAL_ODD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAGMENT_INTERPOLATION_OFFSET_BITS
enum GL_FRAGMENT_INTERPOLATION_OFFSET_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAGMENT_SHADER
enum GL_FRAGMENT_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAGMENT_SHADER_BIT
enum GL_FRAGMENT_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAGMENT_SHADER_DERIVATIVE_HINT
enum GL_FRAGMENT_SHADER_DERIVATIVE_HINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER
enum GL_FRAMEBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING
enum GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE
enum GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_LAYERED
enum GL_FRAMEBUFFER_ATTACHMENT_LAYERED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
enum GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
enum GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE
enum GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
enum GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_BARRIER_BIT
enum GL_FRAMEBUFFER_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_BINDING
enum GL_FRAMEBUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_COMPLETE
enum GL_FRAMEBUFFER_COMPLETE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT
enum GL_FRAMEBUFFER_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS
enum GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT_HEIGHT
enum GL_FRAMEBUFFER_DEFAULT_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT_LAYERS
enum GL_FRAMEBUFFER_DEFAULT_LAYERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT_SAMPLES
enum GL_FRAMEBUFFER_DEFAULT_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_DEFAULT_WIDTH
enum GL_FRAMEBUFFER_DEFAULT_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
enum GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
enum GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS
enum GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
enum GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE
enum GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_UNDEFINED
enum GL_FRAMEBUFFER_UNDEFINED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRAMEBUFFER_UNSUPPORTED
enum GL_FRAMEBUFFER_UNSUPPORTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRONT
enum GL_FRONT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRONT_AND_BACK
enum GL_FRONT_AND_BACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FRONT_FACE
enum GL_FRONT_FACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FUNC_ADD
enum GL_FUNC_ADD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FUNC_REVERSE_SUBTRACT
enum GL_FUNC_REVERSE_SUBTRACT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_FUNC_SUBTRACT
enum GL_FUNC_SUBTRACT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GENERATE_MIPMAP_HINT
enum GL_GENERATE_MIPMAP_HINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_INPUT_TYPE
enum GL_GEOMETRY_INPUT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_OUTPUT_TYPE
enum GL_GEOMETRY_OUTPUT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_SHADER
enum GL_GEOMETRY_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_SHADER_BIT
enum GL_GEOMETRY_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_SHADER_INVOCATIONS
enum GL_GEOMETRY_SHADER_INVOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEOMETRY_VERTICES_OUT
enum GL_GEOMETRY_VERTICES_OUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GEQUAL
enum GL_GEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GLES_PROTOTYPES
enum GL_GLES_PROTOTYPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GREATER
enum GL_GREATER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GREEN
enum GL_GREEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GREEN_BITS
enum GL_GREEN_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_GUILTY_CONTEXT_RESET
enum GL_GUILTY_CONTEXT_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HALF_FLOAT
enum GL_HALF_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HARDLIGHT
enum GL_HARDLIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HIGH_FLOAT
enum GL_HIGH_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HIGH_INT
enum GL_HIGH_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HSL_COLOR
enum GL_HSL_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HSL_HUE
enum GL_HSL_HUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HSL_LUMINOSITY
enum GL_HSL_LUMINOSITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_HSL_SATURATION
enum GL_HSL_SATURATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_2D
enum GL_IMAGE_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_2D_ARRAY
enum GL_IMAGE_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_3D
enum GL_IMAGE_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_ACCESS
enum GL_IMAGE_BINDING_ACCESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_FORMAT
enum GL_IMAGE_BINDING_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_LAYER
enum GL_IMAGE_BINDING_LAYER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_LAYERED
enum GL_IMAGE_BINDING_LAYERED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_LEVEL
enum GL_IMAGE_BINDING_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BINDING_NAME
enum GL_IMAGE_BINDING_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_BUFFER
enum GL_IMAGE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_CUBE
enum GL_IMAGE_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_CUBE_MAP_ARRAY
enum GL_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS
enum GL_IMAGE_FORMAT_COMPATIBILITY_BY_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE
enum GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMAGE_FORMAT_COMPATIBILITY_TYPE
enum GL_IMAGE_FORMAT_COMPATIBILITY_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMPLEMENTATION_COLOR_READ_FORMAT
enum GL_IMPLEMENTATION_COLOR_READ_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IMPLEMENTATION_COLOR_READ_TYPE
enum GL_IMPLEMENTATION_COLOR_READ_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INCR
enum GL_INCR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INCR_WRAP
enum GL_INCR_WRAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INFO_LOG_LENGTH
enum GL_INFO_LOG_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INNOCENT_CONTEXT_RESET
enum GL_INNOCENT_CONTEXT_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT
enum GL_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INTERLEAVED_ATTRIBS
enum GL_INTERLEAVED_ATTRIBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_2_10_10_10_REV
enum GL_INT_2_10_10_10_REV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_2D
enum GL_INT_IMAGE_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_2D_ARRAY
enum GL_INT_IMAGE_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_3D
enum GL_INT_IMAGE_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_BUFFER
enum GL_INT_IMAGE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_CUBE
enum GL_INT_IMAGE_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_IMAGE_CUBE_MAP_ARRAY
enum GL_INT_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_2D
enum GL_INT_SAMPLER_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_2D_ARRAY
enum GL_INT_SAMPLER_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_2D_MULTISAMPLE
enum GL_INT_SAMPLER_2D_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_3D
enum GL_INT_SAMPLER_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_BUFFER
enum GL_INT_SAMPLER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_CUBE
enum GL_INT_SAMPLER_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_SAMPLER_CUBE_MAP_ARRAY
enum GL_INT_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_VEC2
enum GL_INT_VEC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_VEC3
enum GL_INT_VEC3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INT_VEC4
enum GL_INT_VEC4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVALID_ENUM
enum GL_INVALID_ENUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVALID_FRAMEBUFFER_OPERATION
enum GL_INVALID_FRAMEBUFFER_OPERATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVALID_INDEX
enum GL_INVALID_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVALID_OPERATION
enum GL_INVALID_OPERATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVALID_VALUE
enum GL_INVALID_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_INVERT
enum GL_INVERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ISOLINES
enum GL_ISOLINES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IS_PER_PATCH
enum GL_IS_PER_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_IS_ROW_MAJOR
enum GL_IS_ROW_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_KEEP
enum GL_KEEP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LAST_VERTEX_CONVENTION
enum GL_LAST_VERTEX_CONVENTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LAYER_PROVOKING_VERTEX
enum GL_LAYER_PROVOKING_VERTEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LEQUAL
enum GL_LEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LESS
enum GL_LESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LIGHTEN
enum GL_LIGHTEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINEAR
enum GL_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINEAR_MIPMAP_LINEAR
enum GL_LINEAR_MIPMAP_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINEAR_MIPMAP_NEAREST
enum GL_LINEAR_MIPMAP_NEAREST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINES
enum GL_LINES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINES_ADJACENCY
enum GL_LINES_ADJACENCY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINE_LOOP
enum GL_LINE_LOOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINE_STRIP
enum GL_LINE_STRIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINE_STRIP_ADJACENCY
enum GL_LINE_STRIP_ADJACENCY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINE_WIDTH
enum GL_LINE_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LINK_STATUS
enum GL_LINK_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LOCATION
enum GL_LOCATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LOSE_CONTEXT_ON_RESET
enum GL_LOSE_CONTEXT_ON_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LOW_FLOAT
enum GL_LOW_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LOW_INT
enum GL_LOW_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LUMINANCE
enum GL_LUMINANCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_LUMINANCE_ALPHA
enum GL_LUMINANCE_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAJOR_VERSION
enum GL_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_FLUSH_EXPLICIT_BIT
enum GL_MAP_FLUSH_EXPLICIT_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_INVALIDATE_BUFFER_BIT
enum GL_MAP_INVALIDATE_BUFFER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_INVALIDATE_RANGE_BIT
enum GL_MAP_INVALIDATE_RANGE_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_READ_BIT
enum GL_MAP_READ_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_UNSYNCHRONIZED_BIT
enum GL_MAP_UNSYNCHRONIZED_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAP_WRITE_BIT
enum GL_MAP_WRITE_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MATRIX_STRIDE
enum GL_MATRIX_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX
enum GL_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_3D_TEXTURE_SIZE
enum GL_MAX_3D_TEXTURE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ARRAY_TEXTURE_LAYERS
enum GL_MAX_ARRAY_TEXTURE_LAYERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS
enum GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE
enum GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COLOR_ATTACHMENTS
enum GL_MAX_COLOR_ATTACHMENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COLOR_TEXTURE_SAMPLES
enum GL_MAX_COLOR_TEXTURE_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_ATOMIC_COUNTERS
enum GL_MAX_COMBINED_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_IMAGE_UNIFORMS
enum GL_MAX_COMBINED_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES
enum GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS
enum GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS
enum GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_UNIFORM_BLOCKS
enum GL_MAX_COMBINED_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS
enum GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_ATOMIC_COUNTERS
enum GL_MAX_COMPUTE_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_IMAGE_UNIFORMS
enum GL_MAX_COMPUTE_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS
enum GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_SHARED_MEMORY_SIZE
enum GL_MAX_COMPUTE_SHARED_MEMORY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS
enum GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_UNIFORM_BLOCKS
enum GL_MAX_COMPUTE_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_UNIFORM_COMPONENTS
enum GL_MAX_COMPUTE_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_WORK_GROUP_COUNT
enum GL_MAX_COMPUTE_WORK_GROUP_COUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS
enum GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_COMPUTE_WORK_GROUP_SIZE
enum GL_MAX_COMPUTE_WORK_GROUP_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_CUBE_MAP_TEXTURE_SIZE
enum GL_MAX_CUBE_MAP_TEXTURE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_DEBUG_GROUP_STACK_DEPTH
enum GL_MAX_DEBUG_GROUP_STACK_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_DEBUG_LOGGED_MESSAGES
enum GL_MAX_DEBUG_LOGGED_MESSAGES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_DEBUG_MESSAGE_LENGTH
enum GL_MAX_DEBUG_MESSAGE_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_DEPTH_TEXTURE_SAMPLES
enum GL_MAX_DEPTH_TEXTURE_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_DRAW_BUFFERS
enum GL_MAX_DRAW_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ELEMENTS_INDICES
enum GL_MAX_ELEMENTS_INDICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ELEMENTS_VERTICES
enum GL_MAX_ELEMENTS_VERTICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_ELEMENT_INDEX
enum GL_MAX_ELEMENT_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_ATOMIC_COUNTERS
enum GL_MAX_FRAGMENT_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_IMAGE_UNIFORMS
enum GL_MAX_FRAGMENT_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_INPUT_COMPONENTS
enum GL_MAX_FRAGMENT_INPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_INTERPOLATION_OFFSET
enum GL_MAX_FRAGMENT_INTERPOLATION_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS
enum GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_UNIFORM_BLOCKS
enum GL_MAX_FRAGMENT_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS
enum GL_MAX_FRAGMENT_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAGMENT_UNIFORM_VECTORS
enum GL_MAX_FRAGMENT_UNIFORM_VECTORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAMEBUFFER_HEIGHT
enum GL_MAX_FRAMEBUFFER_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAMEBUFFER_LAYERS
enum GL_MAX_FRAMEBUFFER_LAYERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAMEBUFFER_SAMPLES
enum GL_MAX_FRAMEBUFFER_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_FRAMEBUFFER_WIDTH
enum GL_MAX_FRAMEBUFFER_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_ATOMIC_COUNTERS
enum GL_MAX_GEOMETRY_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_IMAGE_UNIFORMS
enum GL_MAX_GEOMETRY_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_INPUT_COMPONENTS
enum GL_MAX_GEOMETRY_INPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_OUTPUT_COMPONENTS
enum GL_MAX_GEOMETRY_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_OUTPUT_VERTICES
enum GL_MAX_GEOMETRY_OUTPUT_VERTICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_SHADER_INVOCATIONS
enum GL_MAX_GEOMETRY_SHADER_INVOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS
enum GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS
enum GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS
enum GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_UNIFORM_BLOCKS
enum GL_MAX_GEOMETRY_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_GEOMETRY_UNIFORM_COMPONENTS
enum GL_MAX_GEOMETRY_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_IMAGE_UNITS
enum GL_MAX_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_INTEGER_SAMPLES
enum GL_MAX_INTEGER_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_LABEL_LENGTH
enum GL_MAX_LABEL_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_NAME_LENGTH
enum GL_MAX_NAME_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_NUM_ACTIVE_VARIABLES
enum GL_MAX_NUM_ACTIVE_VARIABLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_PATCH_VERTICES
enum GL_MAX_PATCH_VERTICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_PROGRAM_TEXEL_OFFSET
enum GL_MAX_PROGRAM_TEXEL_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET
enum GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_RENDERBUFFER_SIZE
enum GL_MAX_RENDERBUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_SAMPLES
enum GL_MAX_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_SAMPLE_MASK_WORDS
enum GL_MAX_SAMPLE_MASK_WORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_SERVER_WAIT_TIMEOUT
enum GL_MAX_SERVER_WAIT_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_SHADER_STORAGE_BLOCK_SIZE
enum GL_MAX_SHADER_STORAGE_BLOCK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS
enum GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS
enum GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS
enum GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_INPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_INPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS
enum GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS
enum GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS
enum GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS
enum GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS
enum GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS
enum GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS
enum GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS
enum GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS
enum GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS
enum GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS
enum GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS
enum GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS
enum GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_GEN_LEVEL
enum GL_MAX_TESS_GEN_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TESS_PATCH_COMPONENTS
enum GL_MAX_TESS_PATCH_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TEXTURE_BUFFER_SIZE
enum GL_MAX_TEXTURE_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TEXTURE_IMAGE_UNITS
enum GL_MAX_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TEXTURE_LOD_BIAS
enum GL_MAX_TEXTURE_LOD_BIAS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TEXTURE_SIZE
enum GL_MAX_TEXTURE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS
enum GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS
enum GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS
enum GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_UNIFORM_BLOCK_SIZE
enum GL_MAX_UNIFORM_BLOCK_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_UNIFORM_BUFFER_BINDINGS
enum GL_MAX_UNIFORM_BUFFER_BINDINGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_UNIFORM_LOCATIONS
enum GL_MAX_UNIFORM_LOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VARYING_COMPONENTS
enum GL_MAX_VARYING_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VARYING_VECTORS
enum GL_MAX_VARYING_VECTORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATOMIC_COUNTERS
enum GL_MAX_VERTEX_ATOMIC_COUNTERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS
enum GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATTRIBS
enum GL_MAX_VERTEX_ATTRIBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATTRIB_BINDINGS
enum GL_MAX_VERTEX_ATTRIB_BINDINGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET
enum GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_ATTRIB_STRIDE
enum GL_MAX_VERTEX_ATTRIB_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_IMAGE_UNIFORMS
enum GL_MAX_VERTEX_IMAGE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_OUTPUT_COMPONENTS
enum GL_MAX_VERTEX_OUTPUT_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS
enum GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS
enum GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_UNIFORM_BLOCKS
enum GL_MAX_VERTEX_UNIFORM_BLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_UNIFORM_COMPONENTS
enum GL_MAX_VERTEX_UNIFORM_COMPONENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VERTEX_UNIFORM_VECTORS
enum GL_MAX_VERTEX_UNIFORM_VECTORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MAX_VIEWPORT_DIMS
enum GL_MAX_VIEWPORT_DIMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MEDIUM_FLOAT
enum GL_MEDIUM_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MEDIUM_INT
enum GL_MEDIUM_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIN
enum GL_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MINOR_VERSION
enum GL_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIN_FRAGMENT_INTERPOLATION_OFFSET
enum GL_MIN_FRAGMENT_INTERPOLATION_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIN_PROGRAM_TEXEL_OFFSET
enum GL_MIN_PROGRAM_TEXEL_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET
enum GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIN_SAMPLE_SHADING_VALUE
enum GL_MIN_SAMPLE_SHADING_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MIRRORED_REPEAT
enum GL_MIRRORED_REPEAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MULTIPLY
enum GL_MULTIPLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY
enum GL_MULTISAMPLE_LINE_WIDTH_GRANULARITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_MULTISAMPLE_LINE_WIDTH_RANGE
enum GL_MULTISAMPLE_LINE_WIDTH_RANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NAME_LENGTH
enum GL_NAME_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NEAREST
enum GL_NEAREST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NEAREST_MIPMAP_LINEAR
enum GL_NEAREST_MIPMAP_LINEAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NEAREST_MIPMAP_NEAREST
enum GL_NEAREST_MIPMAP_NEAREST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NEVER
enum GL_NEVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NICEST
enum GL_NICEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NONE
enum GL_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NOTEQUAL
enum GL_NOTEQUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NO_ERROR
enum GL_NO_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NO_RESET_NOTIFICATION
enum GL_NO_RESET_NOTIFICATION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_ACTIVE_VARIABLES
enum GL_NUM_ACTIVE_VARIABLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_COMPRESSED_TEXTURE_FORMATS
enum GL_NUM_COMPRESSED_TEXTURE_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_EXTENSIONS
enum GL_NUM_EXTENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_PROGRAM_BINARY_FORMATS
enum GL_NUM_PROGRAM_BINARY_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_SAMPLE_COUNTS
enum GL_NUM_SAMPLE_COUNTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_NUM_SHADER_BINARY_FORMATS
enum GL_NUM_SHADER_BINARY_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_OBJECT_TYPE
enum GL_OBJECT_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_OFFSET
enum GL_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE
enum GL_ONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_CONSTANT_ALPHA
enum GL_ONE_MINUS_CONSTANT_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_CONSTANT_COLOR
enum GL_ONE_MINUS_CONSTANT_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_DST_ALPHA
enum GL_ONE_MINUS_DST_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_DST_COLOR
enum GL_ONE_MINUS_DST_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_SRC_ALPHA
enum GL_ONE_MINUS_SRC_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ONE_MINUS_SRC_COLOR
enum GL_ONE_MINUS_SRC_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_OUT_OF_MEMORY
enum GL_OUT_OF_MEMORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_OVERLAY
enum GL_OVERLAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PACK_ALIGNMENT
enum GL_PACK_ALIGNMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PACK_ROW_LENGTH
enum GL_PACK_ROW_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PACK_SKIP_PIXELS
enum GL_PACK_SKIP_PIXELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PACK_SKIP_ROWS
enum GL_PACK_SKIP_ROWS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PATCHES
enum GL_PATCHES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PATCH_VERTICES
enum GL_PATCH_VERTICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PIXEL_BUFFER_BARRIER_BIT
enum GL_PIXEL_BUFFER_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PIXEL_PACK_BUFFER
enum GL_PIXEL_PACK_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PIXEL_PACK_BUFFER_BINDING
enum GL_PIXEL_PACK_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PIXEL_UNPACK_BUFFER
enum GL_PIXEL_UNPACK_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PIXEL_UNPACK_BUFFER_BINDING
enum GL_PIXEL_UNPACK_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_POINTS
enum GL_POINTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_POLYGON_OFFSET_FACTOR
enum GL_POLYGON_OFFSET_FACTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_POLYGON_OFFSET_FILL
enum GL_POLYGON_OFFSET_FILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_POLYGON_OFFSET_UNITS
enum GL_POLYGON_OFFSET_UNITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PRIMITIVES_GENERATED
enum GL_PRIMITIVES_GENERATED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PRIMITIVE_BOUNDING_BOX
enum GL_PRIMITIVE_BOUNDING_BOX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PRIMITIVE_RESTART_FIXED_INDEX
enum GL_PRIMITIVE_RESTART_FIXED_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED
enum GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM
enum GL_PROGRAM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_BINARY_FORMATS
enum GL_PROGRAM_BINARY_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_BINARY_LENGTH
enum GL_PROGRAM_BINARY_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_BINARY_RETRIEVABLE_HINT
enum GL_PROGRAM_BINARY_RETRIEVABLE_HINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_INPUT
enum GL_PROGRAM_INPUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_OUTPUT
enum GL_PROGRAM_OUTPUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_PIPELINE
enum GL_PROGRAM_PIPELINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_PIPELINE_BINDING
enum GL_PROGRAM_PIPELINE_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_PROGRAM_SEPARABLE
enum GL_PROGRAM_SEPARABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_QUADS
enum GL_QUADS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_QUERY
enum GL_QUERY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_QUERY_RESULT
enum GL_QUERY_RESULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_QUERY_RESULT_AVAILABLE
enum GL_QUERY_RESULT_AVAILABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R11F_G11F_B10F
enum GL_R11F_G11F_B10F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R16F
enum GL_R16F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R16I
enum GL_R16I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R16UI
enum GL_R16UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R32F
enum GL_R32F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R32I
enum GL_R32I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R32UI
enum GL_R32UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R8
enum GL_R8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R8I
enum GL_R8I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R8UI
enum GL_R8UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_R8_SNORM
enum GL_R8_SNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RASTERIZER_DISCARD
enum GL_RASTERIZER_DISCARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_READ_BUFFER
enum GL_READ_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_READ_FRAMEBUFFER
enum GL_READ_FRAMEBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_READ_FRAMEBUFFER_BINDING
enum GL_READ_FRAMEBUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_READ_ONLY
enum GL_READ_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_READ_WRITE
enum GL_READ_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RED
enum GL_RED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RED_BITS
enum GL_RED_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RED_INTEGER
enum GL_RED_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_COMPUTE_SHADER
enum GL_REFERENCED_BY_COMPUTE_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_FRAGMENT_SHADER
enum GL_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_GEOMETRY_SHADER
enum GL_REFERENCED_BY_GEOMETRY_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_TESS_CONTROL_SHADER
enum GL_REFERENCED_BY_TESS_CONTROL_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_TESS_EVALUATION_SHADER
enum GL_REFERENCED_BY_TESS_EVALUATION_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REFERENCED_BY_VERTEX_SHADER
enum GL_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER
enum GL_RENDERBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_ALPHA_SIZE
enum GL_RENDERBUFFER_ALPHA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_BINDING
enum GL_RENDERBUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_BLUE_SIZE
enum GL_RENDERBUFFER_BLUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_DEPTH_SIZE
enum GL_RENDERBUFFER_DEPTH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_GREEN_SIZE
enum GL_RENDERBUFFER_GREEN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_HEIGHT
enum GL_RENDERBUFFER_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_INTERNAL_FORMAT
enum GL_RENDERBUFFER_INTERNAL_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_RED_SIZE
enum GL_RENDERBUFFER_RED_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_SAMPLES
enum GL_RENDERBUFFER_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_STENCIL_SIZE
enum GL_RENDERBUFFER_STENCIL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERBUFFER_WIDTH
enum GL_RENDERBUFFER_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RENDERER
enum GL_RENDERER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REPEAT
enum GL_REPEAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_REPLACE
enum GL_REPLACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RESET_NOTIFICATION_STRATEGY
enum GL_RESET_NOTIFICATION_STRATEGY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG
enum GL_RG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG16F
enum GL_RG16F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG16I
enum GL_RG16I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG16UI
enum GL_RG16UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG32F
enum GL_RG32F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG32I
enum GL_RG32I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG32UI
enum GL_RG32UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG8
enum GL_RG8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG8I
enum GL_RG8I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG8UI
enum GL_RG8UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG8_SNORM
enum GL_RG8_SNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB
enum GL_RGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB10_A2
enum GL_RGB10_A2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB10_A2UI
enum GL_RGB10_A2UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB16F
enum GL_RGB16F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB16I
enum GL_RGB16I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB16UI
enum GL_RGB16UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB32F
enum GL_RGB32F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB32I
enum GL_RGB32I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB32UI
enum GL_RGB32UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB565
enum GL_RGB565;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB5_A1
enum GL_RGB5_A1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB8
enum GL_RGB8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB8I
enum GL_RGB8I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB8UI
enum GL_RGB8UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB8_SNORM
enum GL_RGB8_SNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB9_E5
enum GL_RGB9_E5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA
enum GL_RGBA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA16F
enum GL_RGBA16F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA16I
enum GL_RGBA16I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA16UI
enum GL_RGBA16UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA32F
enum GL_RGBA32F;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA32I
enum GL_RGBA32I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA32UI
enum GL_RGBA32UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA4
enum GL_RGBA4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA8
enum GL_RGBA8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA8I
enum GL_RGBA8I;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA8UI
enum GL_RGBA8UI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA8_SNORM
enum GL_RGBA8_SNORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGBA_INTEGER
enum GL_RGBA_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RGB_INTEGER
enum GL_RGB_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_RG_INTEGER
enum GL_RG_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER
enum GL_SAMPLER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D
enum GL_SAMPLER_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D_ARRAY
enum GL_SAMPLER_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D_ARRAY_SHADOW
enum GL_SAMPLER_2D_ARRAY_SHADOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D_MULTISAMPLE
enum GL_SAMPLER_2D_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_2D_SHADOW
enum GL_SAMPLER_2D_SHADOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_3D
enum GL_SAMPLER_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_BINDING
enum GL_SAMPLER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_BUFFER
enum GL_SAMPLER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_CUBE
enum GL_SAMPLER_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_CUBE_MAP_ARRAY
enum GL_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW
enum GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLER_CUBE_SHADOW
enum GL_SAMPLER_CUBE_SHADOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLES
enum GL_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_ALPHA_TO_COVERAGE
enum GL_SAMPLE_ALPHA_TO_COVERAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_BUFFERS
enum GL_SAMPLE_BUFFERS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_COVERAGE
enum GL_SAMPLE_COVERAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_COVERAGE_INVERT
enum GL_SAMPLE_COVERAGE_INVERT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_COVERAGE_VALUE
enum GL_SAMPLE_COVERAGE_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_MASK
enum GL_SAMPLE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_MASK_VALUE
enum GL_SAMPLE_MASK_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_POSITION
enum GL_SAMPLE_POSITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SAMPLE_SHADING
enum GL_SAMPLE_SHADING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SCISSOR_BOX
enum GL_SCISSOR_BOX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SCISSOR_TEST
enum GL_SCISSOR_TEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SCREEN
enum GL_SCREEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SEPARATE_ATTRIBS
enum GL_SEPARATE_ATTRIBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER
enum GL_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_BINARY_FORMATS
enum GL_SHADER_BINARY_FORMATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_COMPILER
enum GL_SHADER_COMPILER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_IMAGE_ACCESS_BARRIER_BIT
enum GL_SHADER_IMAGE_ACCESS_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_SOURCE_LENGTH
enum GL_SHADER_SOURCE_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BARRIER_BIT
enum GL_SHADER_STORAGE_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BLOCK
enum GL_SHADER_STORAGE_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BUFFER
enum GL_SHADER_STORAGE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BUFFER_BINDING
enum GL_SHADER_STORAGE_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT
enum GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BUFFER_SIZE
enum GL_SHADER_STORAGE_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_STORAGE_BUFFER_START
enum GL_SHADER_STORAGE_BUFFER_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADER_TYPE
enum GL_SHADER_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHADING_LANGUAGE_VERSION
enum GL_SHADING_LANGUAGE_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SHORT
enum GL_SHORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SIGNALED
enum GL_SIGNALED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SIGNED_NORMALIZED
enum GL_SIGNED_NORMALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SOFTLIGHT
enum GL_SOFTLIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRC_ALPHA
enum GL_SRC_ALPHA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRC_ALPHA_SATURATE
enum GL_SRC_ALPHA_SATURATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRC_COLOR
enum GL_SRC_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRGB
enum GL_SRGB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRGB8
enum GL_SRGB8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SRGB8_ALPHA8
enum GL_SRGB8_ALPHA8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STACK_OVERFLOW
enum GL_STACK_OVERFLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STACK_UNDERFLOW
enum GL_STACK_UNDERFLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STATIC_COPY
enum GL_STATIC_COPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STATIC_DRAW
enum GL_STATIC_DRAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STATIC_READ
enum GL_STATIC_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL
enum GL_STENCIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_ATTACHMENT
enum GL_STENCIL_ATTACHMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_FAIL
enum GL_STENCIL_BACK_FAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_FUNC
enum GL_STENCIL_BACK_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_PASS_DEPTH_FAIL
enum GL_STENCIL_BACK_PASS_DEPTH_FAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_PASS_DEPTH_PASS
enum GL_STENCIL_BACK_PASS_DEPTH_PASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_REF
enum GL_STENCIL_BACK_REF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_VALUE_MASK
enum GL_STENCIL_BACK_VALUE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BACK_WRITEMASK
enum GL_STENCIL_BACK_WRITEMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BITS
enum GL_STENCIL_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_BUFFER_BIT
enum GL_STENCIL_BUFFER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_CLEAR_VALUE
enum GL_STENCIL_CLEAR_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_FAIL
enum GL_STENCIL_FAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_FUNC
enum GL_STENCIL_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_INDEX
enum GL_STENCIL_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_INDEX8
enum GL_STENCIL_INDEX8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_PASS_DEPTH_FAIL
enum GL_STENCIL_PASS_DEPTH_FAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_PASS_DEPTH_PASS
enum GL_STENCIL_PASS_DEPTH_PASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_REF
enum GL_STENCIL_REF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_TEST
enum GL_STENCIL_TEST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_VALUE_MASK
enum GL_STENCIL_VALUE_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STENCIL_WRITEMASK
enum GL_STENCIL_WRITEMASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STREAM_COPY
enum GL_STREAM_COPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STREAM_DRAW
enum GL_STREAM_DRAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_STREAM_READ
enum GL_STREAM_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SUBPIXEL_BITS
enum GL_SUBPIXEL_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_CONDITION
enum GL_SYNC_CONDITION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_FENCE
enum GL_SYNC_FENCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_FLAGS
enum GL_SYNC_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_FLUSH_COMMANDS_BIT
enum GL_SYNC_FLUSH_COMMANDS_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_GPU_COMMANDS_COMPLETE
enum GL_SYNC_GPU_COMMANDS_COMPLETE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_SYNC_STATUS
enum GL_SYNC_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_CONTROL_OUTPUT_VERTICES
enum GL_TESS_CONTROL_OUTPUT_VERTICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_CONTROL_SHADER
enum GL_TESS_CONTROL_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_CONTROL_SHADER_BIT
enum GL_TESS_CONTROL_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_EVALUATION_SHADER
enum GL_TESS_EVALUATION_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_EVALUATION_SHADER_BIT
enum GL_TESS_EVALUATION_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_GEN_MODE
enum GL_TESS_GEN_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_GEN_POINT_MODE
enum GL_TESS_GEN_POINT_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_GEN_SPACING
enum GL_TESS_GEN_SPACING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TESS_GEN_VERTEX_ORDER
enum GL_TESS_GEN_VERTEX_ORDER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE
enum GL_TEXTURE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE0
enum GL_TEXTURE0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE1
enum GL_TEXTURE1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE10
enum GL_TEXTURE10;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE11
enum GL_TEXTURE11;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE12
enum GL_TEXTURE12;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE13
enum GL_TEXTURE13;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE14
enum GL_TEXTURE14;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE15
enum GL_TEXTURE15;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE16
enum GL_TEXTURE16;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE17
enum GL_TEXTURE17;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE18
enum GL_TEXTURE18;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE19
enum GL_TEXTURE19;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE2
enum GL_TEXTURE2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE20
enum GL_TEXTURE20;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE21
enum GL_TEXTURE21;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE22
enum GL_TEXTURE22;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE23
enum GL_TEXTURE23;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE24
enum GL_TEXTURE24;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE25
enum GL_TEXTURE25;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE26
enum GL_TEXTURE26;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE27
enum GL_TEXTURE27;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE28
enum GL_TEXTURE28;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE29
enum GL_TEXTURE29;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE3
enum GL_TEXTURE3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE30
enum GL_TEXTURE30;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE31
enum GL_TEXTURE31;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE4
enum GL_TEXTURE4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE5
enum GL_TEXTURE5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE6
enum GL_TEXTURE6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE7
enum GL_TEXTURE7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE8
enum GL_TEXTURE8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE9
enum GL_TEXTURE9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_2D
enum GL_TEXTURE_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_2D_ARRAY
enum GL_TEXTURE_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_2D_MULTISAMPLE
enum GL_TEXTURE_2D_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_2D_MULTISAMPLE_ARRAY
enum GL_TEXTURE_2D_MULTISAMPLE_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_3D
enum GL_TEXTURE_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_ALPHA_SIZE
enum GL_TEXTURE_ALPHA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_ALPHA_TYPE
enum GL_TEXTURE_ALPHA_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BASE_LEVEL
enum GL_TEXTURE_BASE_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_2D
enum GL_TEXTURE_BINDING_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_2D_ARRAY
enum GL_TEXTURE_BINDING_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_2D_MULTISAMPLE
enum GL_TEXTURE_BINDING_2D_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
enum GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_3D
enum GL_TEXTURE_BINDING_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_BUFFER
enum GL_TEXTURE_BINDING_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_CUBE_MAP
enum GL_TEXTURE_BINDING_CUBE_MAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY
enum GL_TEXTURE_BINDING_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BLUE_SIZE
enum GL_TEXTURE_BLUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BLUE_TYPE
enum GL_TEXTURE_BLUE_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BORDER_COLOR
enum GL_TEXTURE_BORDER_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER
enum GL_TEXTURE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER_BINDING
enum GL_TEXTURE_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER_DATA_STORE_BINDING
enum GL_TEXTURE_BUFFER_DATA_STORE_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER_OFFSET
enum GL_TEXTURE_BUFFER_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT
enum GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_BUFFER_SIZE
enum GL_TEXTURE_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_COMPARE_FUNC
enum GL_TEXTURE_COMPARE_FUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_COMPARE_MODE
enum GL_TEXTURE_COMPARE_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_COMPRESSED
enum GL_TEXTURE_COMPRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP
enum GL_TEXTURE_CUBE_MAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_ARRAY
enum GL_TEXTURE_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_NEGATIVE_X
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_Y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
enum GL_TEXTURE_CUBE_MAP_NEGATIVE_Z;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_POSITIVE_X
enum GL_TEXTURE_CUBE_MAP_POSITIVE_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_POSITIVE_Y
enum GL_TEXTURE_CUBE_MAP_POSITIVE_Y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_CUBE_MAP_POSITIVE_Z
enum GL_TEXTURE_CUBE_MAP_POSITIVE_Z;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_DEPTH
enum GL_TEXTURE_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_DEPTH_SIZE
enum GL_TEXTURE_DEPTH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_DEPTH_TYPE
enum GL_TEXTURE_DEPTH_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_FETCH_BARRIER_BIT
enum GL_TEXTURE_FETCH_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
enum GL_TEXTURE_FIXED_SAMPLE_LOCATIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_GREEN_SIZE
enum GL_TEXTURE_GREEN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_GREEN_TYPE
enum GL_TEXTURE_GREEN_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_HEIGHT
enum GL_TEXTURE_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_IMMUTABLE_FORMAT
enum GL_TEXTURE_IMMUTABLE_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_IMMUTABLE_LEVELS
enum GL_TEXTURE_IMMUTABLE_LEVELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_INTERNAL_FORMAT
enum GL_TEXTURE_INTERNAL_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_MAG_FILTER
enum GL_TEXTURE_MAG_FILTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_MAX_LEVEL
enum GL_TEXTURE_MAX_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_MAX_LOD
enum GL_TEXTURE_MAX_LOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_MIN_FILTER
enum GL_TEXTURE_MIN_FILTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_MIN_LOD
enum GL_TEXTURE_MIN_LOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_RED_SIZE
enum GL_TEXTURE_RED_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_RED_TYPE
enum GL_TEXTURE_RED_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SAMPLES
enum GL_TEXTURE_SAMPLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SHARED_SIZE
enum GL_TEXTURE_SHARED_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_STENCIL_SIZE
enum GL_TEXTURE_STENCIL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SWIZZLE_A
enum GL_TEXTURE_SWIZZLE_A;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SWIZZLE_B
enum GL_TEXTURE_SWIZZLE_B;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SWIZZLE_G
enum GL_TEXTURE_SWIZZLE_G;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_SWIZZLE_R
enum GL_TEXTURE_SWIZZLE_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_UPDATE_BARRIER_BIT
enum GL_TEXTURE_UPDATE_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_WIDTH
enum GL_TEXTURE_WIDTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_WRAP_R
enum GL_TEXTURE_WRAP_R;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_WRAP_S
enum GL_TEXTURE_WRAP_S;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TEXTURE_WRAP_T
enum GL_TEXTURE_WRAP_T;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TIMEOUT_EXPIRED
enum GL_TIMEOUT_EXPIRED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TIMEOUT_IGNORED
enum GL_TIMEOUT_IGNORED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TOP_LEVEL_ARRAY_SIZE
enum GL_TOP_LEVEL_ARRAY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TOP_LEVEL_ARRAY_STRIDE
enum GL_TOP_LEVEL_ARRAY_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK
enum GL_TRANSFORM_FEEDBACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_ACTIVE
enum GL_TRANSFORM_FEEDBACK_ACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BARRIER_BIT
enum GL_TRANSFORM_FEEDBACK_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BINDING
enum GL_TRANSFORM_FEEDBACK_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BUFFER
enum GL_TRANSFORM_FEEDBACK_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BUFFER_BINDING
enum GL_TRANSFORM_FEEDBACK_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BUFFER_MODE
enum GL_TRANSFORM_FEEDBACK_BUFFER_MODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BUFFER_SIZE
enum GL_TRANSFORM_FEEDBACK_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_BUFFER_START
enum GL_TRANSFORM_FEEDBACK_BUFFER_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_PAUSED
enum GL_TRANSFORM_FEEDBACK_PAUSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN
enum GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_VARYING
enum GL_TRANSFORM_FEEDBACK_VARYING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_VARYINGS
enum GL_TRANSFORM_FEEDBACK_VARYINGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH
enum GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRIANGLES
enum GL_TRIANGLES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRIANGLES_ADJACENCY
enum GL_TRIANGLES_ADJACENCY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRIANGLE_FAN
enum GL_TRIANGLE_FAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRIANGLE_STRIP
enum GL_TRIANGLE_STRIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRIANGLE_STRIP_ADJACENCY
enum GL_TRIANGLE_STRIP_ADJACENCY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TRUE
enum GL_TRUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_TYPE
enum GL_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNDEFINED_VERTEX
enum GL_UNDEFINED_VERTEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM
enum GL_UNIFORM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_ARRAY_STRIDE
enum GL_UNIFORM_ARRAY_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BARRIER_BIT
enum GL_UNIFORM_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK
enum GL_UNIFORM_BLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS
enum GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES
enum GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_BINDING
enum GL_UNIFORM_BLOCK_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_DATA_SIZE
enum GL_UNIFORM_BLOCK_DATA_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_INDEX
enum GL_UNIFORM_BLOCK_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_NAME_LENGTH
enum GL_UNIFORM_BLOCK_NAME_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER
enum GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BUFFER
enum GL_UNIFORM_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BUFFER_BINDING
enum GL_UNIFORM_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT
enum GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BUFFER_SIZE
enum GL_UNIFORM_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_BUFFER_START
enum GL_UNIFORM_BUFFER_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_IS_ROW_MAJOR
enum GL_UNIFORM_IS_ROW_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_MATRIX_STRIDE
enum GL_UNIFORM_MATRIX_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_NAME_LENGTH
enum GL_UNIFORM_NAME_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_OFFSET
enum GL_UNIFORM_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_SIZE
enum GL_UNIFORM_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNIFORM_TYPE
enum GL_UNIFORM_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNKNOWN_CONTEXT_RESET
enum GL_UNKNOWN_CONTEXT_RESET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_ALIGNMENT
enum GL_UNPACK_ALIGNMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_IMAGE_HEIGHT
enum GL_UNPACK_IMAGE_HEIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_ROW_LENGTH
enum GL_UNPACK_ROW_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_SKIP_IMAGES
enum GL_UNPACK_SKIP_IMAGES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_SKIP_PIXELS
enum GL_UNPACK_SKIP_PIXELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNPACK_SKIP_ROWS
enum GL_UNPACK_SKIP_ROWS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNALED
enum GL_UNSIGNALED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_BYTE
enum GL_UNSIGNED_BYTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT
enum GL_UNSIGNED_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_10F_11F_11F_REV
enum GL_UNSIGNED_INT_10F_11F_11F_REV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_24_8
enum GL_UNSIGNED_INT_24_8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_2_10_10_10_REV
enum GL_UNSIGNED_INT_2_10_10_10_REV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_5_9_9_9_REV
enum GL_UNSIGNED_INT_5_9_9_9_REV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_ATOMIC_COUNTER
enum GL_UNSIGNED_INT_ATOMIC_COUNTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_2D
enum GL_UNSIGNED_INT_IMAGE_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_2D_ARRAY
enum GL_UNSIGNED_INT_IMAGE_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_3D
enum GL_UNSIGNED_INT_IMAGE_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_BUFFER
enum GL_UNSIGNED_INT_IMAGE_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_CUBE
enum GL_UNSIGNED_INT_IMAGE_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY
enum GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_2D
enum GL_UNSIGNED_INT_SAMPLER_2D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_2D_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_2D_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
enum GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_3D
enum GL_UNSIGNED_INT_SAMPLER_3D;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_BUFFER
enum GL_UNSIGNED_INT_SAMPLER_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_CUBE
enum GL_UNSIGNED_INT_SAMPLER_CUBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY
enum GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_VEC2
enum GL_UNSIGNED_INT_VEC2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_VEC3
enum GL_UNSIGNED_INT_VEC3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_INT_VEC4
enum GL_UNSIGNED_INT_VEC4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_NORMALIZED
enum GL_UNSIGNED_NORMALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_SHORT
enum GL_UNSIGNED_SHORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_SHORT_4_4_4_4
enum GL_UNSIGNED_SHORT_4_4_4_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_SHORT_5_5_5_1
enum GL_UNSIGNED_SHORT_5_5_5_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_UNSIGNED_SHORT_5_6_5
enum GL_UNSIGNED_SHORT_5_6_5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VALIDATE_STATUS
enum GL_VALIDATE_STATUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VENDOR
enum GL_VENDOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERSION
enum GL_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ARRAY
enum GL_VERTEX_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ARRAY_BINDING
enum GL_VERTEX_ARRAY_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT
enum GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
enum GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_DIVISOR
enum GL_VERTEX_ATTRIB_ARRAY_DIVISOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_ENABLED
enum GL_VERTEX_ATTRIB_ARRAY_ENABLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_INTEGER
enum GL_VERTEX_ATTRIB_ARRAY_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED
enum GL_VERTEX_ATTRIB_ARRAY_NORMALIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_POINTER
enum GL_VERTEX_ATTRIB_ARRAY_POINTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_SIZE
enum GL_VERTEX_ATTRIB_ARRAY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_STRIDE
enum GL_VERTEX_ATTRIB_ARRAY_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_ARRAY_TYPE
enum GL_VERTEX_ATTRIB_ARRAY_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_BINDING
enum GL_VERTEX_ATTRIB_BINDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_ATTRIB_RELATIVE_OFFSET
enum GL_VERTEX_ATTRIB_RELATIVE_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_BINDING_BUFFER
enum GL_VERTEX_BINDING_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_BINDING_DIVISOR
enum GL_VERTEX_BINDING_DIVISOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_BINDING_OFFSET
enum GL_VERTEX_BINDING_OFFSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_BINDING_STRIDE
enum GL_VERTEX_BINDING_STRIDE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_SHADER
enum GL_VERTEX_SHADER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VERTEX_SHADER_BIT
enum GL_VERTEX_SHADER_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_VIEWPORT
enum GL_VIEWPORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_WAIT_FAILED
enum GL_WAIT_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_WRITE_ONLY
enum GL_WRITE_ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GL_ZERO
enum GL_ZERO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__gl32_h_
enum __gl32_h_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

__GLsync
struct __GLsync
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta